Skip to content

Commit

Permalink
Use default script group in addscripts (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Jun 10, 2019
1 parent 00530b6 commit e57461b
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 e57461b

Please sign in to comment.