Skip to content

Commit

Permalink
Merge 8a13982 into e9e9dfd
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Jun 9, 2019
2 parents e9e9dfd + 8a13982 commit 08004c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wooey/management/commands/addscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def add_arguments(self, parser):
parser.add_argument(
'--group',
dest='group',
default='Wooey Scripts',
default=wooey_settings.WOOEY_DEFAULT_SCRIPT_GROUP,
help='The name of the group to create scripts under. Default: Wooey Scripts'
)
parser.add_argument(
Expand Down

0 comments on commit 08004c5

Please sign in to comment.