Skip to content

Commit

Permalink
Fixed Gem Path
Browse files Browse the repository at this point in the history
  • Loading branch information
andmpel authored Feb 8, 2025
1 parent 30f8200 commit 1313fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ update_gem() {
GEM_PATH=$(which gem)

# Check if the path does not match the expected path
if [ "$GEM_PATH" = "/usr/local/opt/ruby/bin/gem" ]; then
if [ "$GEM_PATH" = "/usr/bin/gem" ]; then
print_err "gem is not installed."
return
fi
Expand Down

0 comments on commit 1313fd1

Please sign in to comment.