Skip to content

Commit

Permalink
Improve language about pnpm command failure
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Feb 9, 2024
1 parent f25f08b commit 4ffb60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
source ~/.zshrc

if ! command -v pnpm >/dev/null; then
echo "Couldn't automatically set pnpm in your path"
echo "Please run the command below to add it to your path, then run this script again"
echo "pnpm command not found in PATH"
echo "Please run the command below or reload your terminal, then run this script again"
echo "source ~/.zshrc"
exit 1
fi
Expand Down

0 comments on commit 4ffb60a

Please sign in to comment.