Skip to content

Commit

Permalink
Fix rake task for console.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmagic committed Oct 10, 2011
1 parent b4ccb53 commit bcbf104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ task :spec do
end end


task :console do task :console do
exec "irb -Iapp -r pdf_archive" exec "irb -Iapp -r ./lib/pdf_archive"
end end


task :default => :spec task :default => :spec

0 comments on commit bcbf104

Please sign in to comment.