Skip to content

Commit e930be9

Browse files
committed
Update "tasks.py" file.
1 parent 9baeb0a commit e930be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ def tag(ctx):
380380
"""
381381

382382
message_box('Tagging...')
383-
result = ctx.run('git reverse-parse --abbrev-ref HEAD', hide='both')
383+
result = ctx.run('git rev-parse --abbrev-ref HEAD', hide='both')
384+
384385
assert result.stdout.strip() == 'develop', (
385386
'Are you still on a feature or master branch?')
386387

0 commit comments

Comments
 (0)