Skip to content

Commit

Permalink
Cleaned deb script help string
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Jul 17, 2019
1 parent 0199a7a commit c231250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def upload(ver):
parser.print_help()

if args.distro not in distros:
print('Invalid Ubuntu release, please chose among:', distros)
print('Invalid Ubuntu release, please chose among:', ", ".join(distros.keys()))
exit(1)

# Extract version from .qmake.conf
Expand Down

0 comments on commit c231250

Please sign in to comment.