mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-14 09:04:19 +00:00
[Refactor] Add missing backslash for dots
Related: #1279,2a2b8bd,cadbbce
This commit is contained in:
committed by
Jordan Harband
parent
b7f9fbd3a7
commit
7ed1e71944
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user