From e713bbf5dfc86a1b9993ce689bd53d73df051fee Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 17 Apr 2024 22:00:46 +0200 Subject: [PATCH] fix(tag.rb): explicitly use master branch Signed-off-by: Norwid Behrnd --- levels/tag.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/levels/tag.rb b/levels/tag.rb index ad614a16..139340c9 100644 --- a/levels/tag.rb +++ b/levels/tag.rb @@ -7,6 +7,7 @@ FileUtils.touch("somefile.txt") repo.add("somefile.txt") repo.commit_all("Added some file to the repo") + system "git branch -m master" end solution do