Skip to content

Commit

Permalink
Fix another scroll -> recipe for chef specific instances
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 5, 2012
1 parent 6792de8 commit 8b7e501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scrolls/delayed_job.rb
Expand Up @@ -67,7 +67,7 @@ def delayed_job_admin_authentication
end
RUBY

append_file "deploy/cookbooks/main/scrolls/default.rb", "\nrequire_scroll 'delayed_job'\n"
append_file "deploy/cookbooks/main/recipes/default.rb", "\nrequire_recipe 'delayed_job'\n"
end
end

Expand Down
2 changes: 1 addition & 1 deletion scrolls/resque.rb
Expand Up @@ -37,7 +37,7 @@
end
RUBY

append_file "deploy/cookbooks/main/scrolls/default.rb", "\nrequire_scroll 'resque'\n"
append_file "deploy/cookbooks/main/recipes/default.rb", "\nrequire_recipe 'resque'\n"
end

end
Expand Down

0 comments on commit 8b7e501

Please sign in to comment.