Skip to content

Commit

Permalink
Update "tasks.py" file.
Browse files Browse the repository at this point in the history
KelSolaar committed Oct 27, 2019
1 parent 193dc14 commit 9e43335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
@@ -380,7 +380,8 @@ def tag(ctx):
"""

message_box('Tagging...')
result = ctx.run('git reverse-parse --abbrev-ref HEAD', hide='both')
result = ctx.run('git rev-parse --abbrev-ref HEAD', hide='both')

assert result.stdout.strip() == 'develop', (
'Are you still on a feature or master branch?')

0 comments on commit 9e43335

Please sign in to comment.