summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index eb91e7c..d4793eb 100755
--- a/install.rb
+++ b/install.rb
@@ -119,7 +119,7 @@ def check_prereqs
begin
require pre
rescue LoadError
- puts "Could not load %s; cannot install" % pre
+ puts "Could not load #{pre} Ruby library; cannot install"
exit -1
end
}