Skip to content

Commit

Permalink
Update notation for prereqs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scotdalton committed Mar 7, 2013
1 parent 0cd0b1f commit 38b8284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/exlibris-aleph_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace :exlibris do
end

desc "Refresh the Exlibris::Aleph tables"
task :refresh, :config_file, :tab_path, :yaml_path, :adms, :needs => :initialize do
task :refresh, [:config_file, :tab_path, :yaml_path, :adms] => :initialize do
Exlibris::Aleph::TabHelper.refresh_yml
end
end
Expand Down

0 comments on commit 38b8284

Please sign in to comment.