unset far typo fix

This commit is contained in:
AJ ONeal 2018-05-24 21:08:12 +00:00
parent e436cdb64d
commit 17c0b01ee0
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ if [ -n "${NODEJS_VER:-}" ]; then
fi
fi
NODEJS_VER="${NODEJS_VER:v}" # Search for 'v' at the least
NODEJS_VER="${NODEJS_VER:-v}" # Search for 'v' at the least
# sort -rV # will sort by version number, but it appears these are already sorted
# tail +2 # starts at line two (1-indexed) and all after (omits the csv header with 'version' and such)
# cut -f 1 # gets only the first column