CR: env var curly-braces

Co-authored-by: Jordan Harband <ljharb@gmail.com>
This commit is contained in:
Ryan Williams 2025-03-13 08:39:59 -04:00 committed by GitHub
parent c54ca7cfa7
commit e82ea42706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"