Skip to content

Commit

Permalink
fix(restructure.rb): explicitly use master branch
Browse files Browse the repository at this point in the history
Signed-off-by: Norwid Behrnd <[email protected]>
  • Loading branch information
nbehrnd committed Apr 17, 2024
1 parent 95a6041 commit 7d4cdaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions levels/restructure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
repo.add("contact.html")
repo.add("index.html")

system "git branch -m master"

repo.commit_all("adding web content.")
end

Expand Down

0 comments on commit 7d4cdaf

Please sign in to comment.