From bcbf1043df0b8ab6f8d266a4224559cc587af2e2 Mon Sep 17 00:00:00 2001 From: Jonathan Hoyt Date: Sun, 9 Oct 2011 21:46:38 -0400 Subject: [PATCH] Fix rake task for console. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 87f5857..73f6e12 100644 --- a/Rakefile +++ b/Rakefile @@ -13,7 +13,7 @@ task :spec do end task :console do - exec "irb -Iapp -r pdf_archive" + exec "irb -Iapp -r ./lib/pdf_archive" end task :default => :spec \ No newline at end of file