Skip to content

Commit

Permalink
Remove index param, closes #4309
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Oct 4, 2019
1 parent 01b4976 commit b138213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/upstart/sidekiq.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ exec /bin/bash <<'EOT'
# Logs out to /var/log/upstart/sidekiq.log by default

cd /var/www/app
exec bundle exec sidekiq -i ${index} -e production
exec bundle exec sidekiq -e production
EOT
end script

0 comments on commit b138213

Please sign in to comment.