Skip to content

Commit

Permalink
adding new xls style sheet and task now looks in root app dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCoughlin committed May 13, 2013
1 parent 15f542a commit ada0024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/citations.rake
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace :citation do
desc 'do something'
task :wacky => :environment do
# set up the spreadsheets
ss = MyCite.new("../savedrecs.xls")
ss = MyCite.new("savedrecs.xls")
ss.parse_citations
end
end

0 comments on commit ada0024

Please sign in to comment.