[Tests] Replace all dots with backslash dots
This commit is contained in:
committed by
Jordan Harband
parent
2a2b8bdeb3
commit
cadbbced20
@@ -3,7 +3,7 @@
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
# Source nvm
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
# Version to install/uninstall
|
||||
NVM_TEST_VERSION=0.12.6
|
||||
|
||||
Reference in New Issue
Block a user