The checked out branch is actually "refs/heads/master"
This commit is contained in:
parent
d1fee32c7d
commit
ed66d15da8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ aspect = "vcs"
|
|||
abort_on_repo_init_failure = true
|
||||
|
||||
# Ensure to be on this branche before doing anything.
|
||||
ensure_branch = "master"
|
||||
ensure_branch = "refs/heads/master"
|
||||
|
||||
# Try to checkout the ensure_branch if it isn't checked out
|
||||
try_checkout_ensure_branch = true
|
||||
|
|
Loading…
Reference in a new issue