From c489c1c2b2836da14589296019c25f9b8f868940 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 3 Feb 2009 14:49:22 -0800 Subject: [PATCH] fix rake console task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c178316f..0d743cfc 100644 --- a/Rakefile +++ b/Rakefile @@ -53,7 +53,7 @@ task :default => :test desc "Open an irb session preloaded with this library" task :console do - sh "irb -rubygems -r ./lib/jekyll.rb" + sh "irb -rubygems -I lib -r jekyll.rb" end # converters