Skip to content

Commit

Permalink
help about uncommitted changes (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored Apr 3, 2020
1 parent c0aadb3 commit 360a825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgispluginci/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create_archive(
for diff in diff:
print(diff)
if not allow_uncommitted_changes:
raise UncommitedChanges('You have uncommitted changes. Stash or commit them.')
raise UncommitedChanges('You have uncommitted changes. Stash or commit them or use --allow-uncommitted-changes.')
else:
initial_stash = repo.git.stash('create')

Expand Down

0 comments on commit 360a825

Please sign in to comment.