Skip to content

Commit 8fe2584

Browse files
committed
Forgot to revert test branch name
1 parent f1087d3 commit 8fe2584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def prepare(ctx, version):
2828
# Ensure we're on the master branch first
2929
git_rev_parse = ctx.run('git rev-parse --abbrev-ref HEAD', hide=True)
3030
current_branch = git_rev_parse.stdout.strip()
31-
if current_branch != 'rel':
31+
if current_branch != 'master':
3232
print('You must be on master branch!')
3333
raise Exit(1)
3434

0 commit comments

Comments
 (0)