[Refactor] Add missing backslash for dots

Related: #1279, 2a2b8bd, cadbbce
This commit is contained in:
Peter Dave Hello
2016-11-24 13:47:20 +08:00
committed by Jordan Harband
parent b7f9fbd3a7
commit 7ed1e71944
3 changed files with 4 additions and 4 deletions

View File

@@ -331,7 +331,7 @@ nvm_do_install() {
# Source nvm
# shellcheck source=/dev/null
. "${INSTALL_DIR}/nvm.sh"
\. "${INSTALL_DIR}/nvm.sh"
nvm_check_global_modules