Skip to content

Commit

Permalink
Do not enforce choices on '--make-target'
Browse files Browse the repository at this point in the history
If an invalid choice is specified, the build step will fail with unknown
target error from make, so there is not much point to artificially
restrict this option.
  • Loading branch information
Martin Babinsky authored and martbab committed Dec 6, 2016
1 parent 29292b6 commit c289d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipadocker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def make_parser():
)
build_cmd.add_argument(
'--make-target',
choices={'lint', 'srpms', 'rpms', 'check', 'version-update'},
default=DEFAULT_MAKE_TARGET,
help='make target'
)
Expand Down

0 comments on commit c289d16

Please sign in to comment.