Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Fixed parameter order bug in nimbusctl
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Mar 16, 2010
1 parent 85345c5 commit 6f02cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/sbin/nimbusctl.py
Expand Up @@ -65,6 +65,6 @@
argv = sys.argv
if len(argv) == 2:
argv = argv[:]
argv.insert('all', 1)
argv.insert(1, 'all')

ProcessManager.main(argv=argv, usage=USAGE_TEXT)

0 comments on commit 6f02cb1

Please sign in to comment.