Skip to content

Commit

Permalink
Did also need this after all!
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 5, 2024
1 parent 48c4b04 commit 2f7aa44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/generators/solid_queue/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def copy_files
template "config/solid_queue.yml"
template "db/queue_schema.rb"
template "bin/jobs"
chmod "bin/jobs", 0755 & ~File.umask, verbose: false
end

def configure_active_job_adapter
Expand Down

0 comments on commit 2f7aa44

Please sign in to comment.