summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-19 09:47:37 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-19 09:47:37 +0200
commit352f468a27fa60df5734b29f803fa63802658dd7 (patch)
tree1bb7f1483e9ab2dbf2102b264b6e61d0e0a7d014 /imagrc.toml
parent76f92da898d6826da6d51af4fad2502e8957f937 (diff)
Fix: We have to specify the full ref name in the cfg
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 83f7e480..de8d39ba 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -61,7 +61,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
@@ -75,7 +75,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
@@ -103,7 +103,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