Skip to content

Commit

Permalink
fix bash if :)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed May 25, 2016
1 parent 4e22589 commit 9eb8a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@ ok
###############################################################################
bot "Fixing Ruby Gems Directory Permissions"
###############################################################################
if[[ -d "/Library/Ruby/Gems/2.0.0" ]]; then
if [[ -d "/Library/Ruby/Gems/2.0.0" ]]; then
sudo chown -R $(whoami) /Library/Ruby/Gems/2.0.0
fi

0 comments on commit 9eb8a1e

Please sign in to comment.