From e82ea4270672ba154e5ce49ff2e80c08f0f1a368 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 13 Mar 2025 08:39:59 -0400 Subject: [PATCH] CR: env var curly-braces Co-authored-by: Jordan Harband --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2868cca..918172e 100755 --- a/install.sh +++ b/install.sh @@ -151,7 +151,7 @@ install_nvm_from_git() { command printf '\r=> ' fetch_error="Failed to update nvm with $NVM_VERSION, run 'git fetch' in $INSTALL_DIR yourself." 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'" command printf '\r=> ' mkdir -p "${INSTALL_DIR}"