summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2019-01-04 07:17:23 +0900
committerKouhei Sutou <kou@clear-code.com>2019-01-04 07:17:23 +0900
commitdecfde4db192d632174be92181e3c40c813f8f6d (patch)
tree1232bd3e2bb2ab20d0dc012cdc665d97373e1d46 /lib
parent17064c7756621071e12a9dad409252f567afa457 (diff)
downloadrake-compiler-decfde4db192d632174be92181e3c40c813f8f6d.tar.gz
Fix case
Diffstat (limited to 'lib')
-rw-r--r--lib/rake/javaextensiontask.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/javaextensiontask.rb b/lib/rake/javaextensiontask.rb
index 592da3a..f484db1 100644
--- a/lib/rake/javaextensiontask.rb
+++ b/lib/rake/javaextensiontask.rb
@@ -237,7 +237,7 @@ execute the Rake compilation task using the JRuby interpreter.
end
unless jruby_cpath
- raise "Could not find jruby.jar. Please set JRUBY_HOME or Use jruby in rvm"
+ raise "Could not find jruby.jar. Please set JRUBY_HOME or use jruby in rvm"
end
jruby_cpath += File::PATH_SEPARATOR + args.join(File::PATH_SEPARATOR) unless args.empty?