From 321c67eda9bd6f6adbc01bd4f0dd6e49c43e9121 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 17 Apr 2024 22:16:01 +0200 Subject: [PATCH] fix(pull.rb): explicitly run branch master Signed-off-by: Norwid Behrnd --- levels/pull.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/levels/pull.rb b/levels/pull.rb index ef0d1d07..9a362e78 100644 --- a/levels/pull.rb +++ b/levels/pull.rb @@ -5,6 +5,7 @@ setup do repo.init repo.remote_add("origin", "https://github.com/pull-this/thing-to-pull") + system "git branch -m master" end solution do