[Fix] nvm_download: ensure all args are quoted

This commit is contained in:
Jordan Harband 2024-08-20 22:33:38 -07:00
parent c31a867c46
commit 4792d122b1
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -15,4 +15,6 @@ if nvm_download "https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/wrong_install
die "nvm_download should fail to download no existing file"
fi
nvm_download "https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh" -o "; die quoted-command-not-quoted"
cleanup