summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 971a62e..7c20d2b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ begin
gem.authors = ["Opscode, Inc."]
end
rescue LoadError
- puts "Jeweler (or a dependency) not available. Install it with: sudo gem install gemcutter jeweler (installs jeweler from gemcutter)"
+ puts "Jeweler (or a dependency) not available. Install from gemcutter with: sudo gem install gemcutter jeweler"
end
require 'spec/rake/spectask'