summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 928e478..b668d77 100644
--- a/Rakefile
+++ b/Rakefile
@@ -61,7 +61,7 @@ end
desc "Open an irb session preloaded with this library"
task :console do
- sh "irb1.9 -rubygems -I lib -r ipaddress.rb"
+ sh "irb -rubygems -I lib -r ipaddress.rb"
end
desc "Look for TODO and FIXME tags in the code"