mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
CR: env var curly-braces
Co-authored-by: Jordan Harband <ljharb@gmail.com>
This commit is contained in:
parent
c54ca7cfa7
commit
e82ea42706
@ -151,7 +151,7 @@ install_nvm_from_git() {
|
|||||||
command printf '\r=> '
|
command printf '\r=> '
|
||||||
fetch_error="Failed to update nvm with $NVM_VERSION, run 'git fetch' in $INSTALL_DIR yourself."
|
fetch_error="Failed to update nvm with $NVM_VERSION, run 'git fetch' in $INSTALL_DIR yourself."
|
||||||
else
|
else
|
||||||
fetch_error="Failed to fetch $remote with $NVM_VERSION. Please report this!"
|
fetch_error="Failed to fetch ${remote} with ${NVM_VERSION}. Please report this!"
|
||||||
nvm_echo "=> Downloading nvm from git to '$INSTALL_DIR'"
|
nvm_echo "=> Downloading nvm from git to '$INSTALL_DIR'"
|
||||||
command printf '\r=> '
|
command printf '\r=> '
|
||||||
mkdir -p "${INSTALL_DIR}"
|
mkdir -p "${INSTALL_DIR}"
|
||||||
|
Loading…
Reference in New Issue
Block a user