Skip to content

Commit

Permalink
[Rakefile] Change uninstall to use sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Jun 8, 2011
1 parent e1add6c commit 3760874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end

desc "Clean pkg and other stuff"
task :uninstall do
sudo_sh "gem search --no-version padrino | grep padrino | xargs gem uninstall -a"
sh "gem search --no-version padrino | grep padrino | xargs gem uninstall -a"
end

desc "Displays the current version"
Expand Down

0 comments on commit 3760874

Please sign in to comment.