Skip to content

Commit

Permalink
Gem requires sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoda3 committed Aug 10, 2015
1 parent 31cc55a commit 8dd1005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ def install_tmuxinator
puts "it will update it."
puts "======================================================"
unless $?.success?
run %{gem install tmuxinator}
run %{sudo gem install tmuxinator}
else
run %{gem update tmuxinator}
run %{sudo gem update tmuxinator}
end
end

Expand Down

0 comments on commit 8dd1005

Please sign in to comment.