aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cli/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/install.sh b/src/cli/install.sh
index 9c92bb745..3e487f448 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 ""