Skip to content
Snippets Groups Projects
Commit 07f7cc57 authored by Stan Hu's avatar Stan Hu
Browse files

show_sidekiq_jobs does not need an argument

parent c392ea76
No related branches found
No related tags found
1 merge request!235show_sidekiq_jobs does not need an argument
Loading
Loading
@@ -154,7 +154,7 @@ if $PROGRAM_NAME == __FILE__
 
case options.command[0]
when 'show'
show_sidekiq_data(options)
show_sidekiq_data
when 'kill_jid'
if options.command.length != 2
puts 'Specify a Job ID to kill'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment