From ed66d15da883b57a5b37f2b0bb48f276bd0052f1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 29 Jul 2016 10:24:10 +0200 Subject: [PATCH] The checked out branch is actually "refs/heads/master" --- imagrc.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagrc.toml b/imagrc.toml index 29b93e22..69142ce2 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -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