summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-07-08 23:42:47 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-07-08 23:42:47 +1000
commitedf99c508dabb58342eeff251ad5701d2755426d (patch)
tree25083654e29673fd7079c026e21178a11884b0c5 /Rakefile
parent6ff9246e44dfd58e4e9e26047487ebb061bfc041 (diff)
downloadpuppet-edf99c508dabb58342eeff251ad5701d2755426d.tar.gz
puppet-edf99c508dabb58342eeff251ad5701d2755426d.tar.xz
puppet-edf99c508dabb58342eeff251ad5701d2755426d.zip
Added message referencing ReductveLabs build library
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 00444c284..31b857654 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ $: << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
begin
require 'rake/reductive'
rescue LoadError
- $stderr.puts "You must have the Reductive build library in your RUBYLIB."
+ $stderr.puts "You must have the Reductive build library in your RUBYLIB; see http://github.com/lak/reductive-build/tree/master."
exit(14)
end