Skip to content

Commit

Permalink
Correctly create the app/workers director
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Mar 31, 2013
1 parent 22968bf commit a64a711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrolls/sidekiq.rb
Expand Up @@ -22,7 +22,7 @@
RUBY
end

directory "app/workers"
empty_directory "app/workers"
create_file "app/workers/.gitkeep", ""

after_bundler do
Expand Down

0 comments on commit a64a711

Please sign in to comment.