From 237e672e705a73e5d50f2b25a31e01ea5f772ac1 Mon Sep 17 00:00:00 2001 From: Mike Roelens Date: Fri, 29 Oct 2021 15:14:02 -0400 Subject: [PATCH] fix: add missing quotation in sample zsh config --- src/cli/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/install.sh b/src/cli/install.sh index 9c92bb7455..3e487f448c 100644 --- a/src/cli/install.sh +++ b/src/cli/install.sh @@ -99,7 +99,7 @@ elif test $(basename $SHELL) == "zsh"; then echo "" echo "Manually add the directory to your \$HOME/.zshrc (or similar)" echo "" - echo -e " $BWhite export BUN_INSTALL=\"$bun_install$Color_Off" + echo -e " $BWhite export BUN_INSTALL=\"$bun_install\"$Color_Off" echo -e " $BWhite export PATH=\"\$BUN_INSTALL/bin:\$PATH\"$Color_Off" else echo ""