From 9745e1a8b2f51dd8f07fd5b888de6beaa40c7262 Mon Sep 17 00:00:00 2001 From: hotovson Date: Mon, 14 Mar 2011 12:25:31 +0100 Subject: [PATCH] Small typo fixed. --- bin/ace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ace b/bin/ace index 691e64b..4afc9ed 100755 --- a/bin/ace +++ b/bin/ace @@ -2,7 +2,7 @@ # encoding: utf-8 if RUBY_VERSION < "1.9.1" - abort "Ace requires Ruby 1.9." + abort "Ace requires Ruby 1.9" end base = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__