Removing trailing whitespace.
parent
49364532b3
commit
752c0e4ef1
2
nvm.sh
2
nvm.sh
|
@ -77,7 +77,7 @@ nvm_normalize_version() {
|
||||||
nvm_format_version() {
|
nvm_format_version() {
|
||||||
echo "$1" | sed -e 's/^\([0-9]\)/v\1/g'
|
echo "$1" | sed -e 's/^\([0-9]\)/v\1/g'
|
||||||
}
|
}
|
||||||
|
|
||||||
nvm_binary_available() {
|
nvm_binary_available() {
|
||||||
# binaries started with node 0.8.6
|
# binaries started with node 0.8.6
|
||||||
local MINIMAL="0.8.6"
|
local MINIMAL="0.8.6"
|
||||||
|
|
Loading…
Reference in New Issue