Skip to content

Commit

Permalink
fix bug in script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreypicard committed Jul 24, 2021
1 parent 84ed820 commit 61636f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_draft_prerelease_vars(args) -> (bool, bool):
prerelease = False
if args.confirm > 2:
draft = False
elif args.comfirm == 2:
elif args.confirm == 2:
draft = False
prerelease = True
return draft, prerelease
Expand Down

0 comments on commit 61636f3

Please sign in to comment.