From 7d4cdaf409259c1539a5267311348a300341f70c Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 17 Apr 2024 21:56:20 +0200 Subject: [PATCH] fix(restructure.rb): explicitly use master branch Signed-off-by: Norwid Behrnd --- levels/restructure.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/levels/restructure.rb b/levels/restructure.rb index ccab8d2e..685800f3 100644 --- a/levels/restructure.rb +++ b/levels/restructure.rb @@ -13,6 +13,8 @@ repo.add("contact.html") repo.add("index.html") + system "git branch -m master" + repo.commit_all("adding web content.") end