summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hinderliter <tim@opscode.com>2010-02-02 21:19:05 -0800
committerTim Hinderliter <tim@opscode.com>2010-02-02 21:19:05 -0800
commitb765e6eef7d21737af39b1dccc16021a45ad0c4c (patch)
treeeb1d1d8a9388ecec51c7be5c482254169527f67c
parent065c909660bb1509224e7f7525adc7bc90e4512b (diff)
downloadmixlib-authentication-b765e6eef7d21737af39b1dccc16021a45ad0c4c.tar.gz
removed 'sudo' from 'gem install' line in rule for 'rake install'
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9d7ec4b..07614b3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -47,7 +47,7 @@ end
desc "install the gem locally"
task :install => [:package] do
- sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
+ sh %{gem install pkg/#{GEM}-#{GEM_VERSION}}
end
desc "create a gemspec file"