Skip to content

Commit

Permalink
fix(include.rb): explicitly define branch as master
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 38f8c19 commit 9cc53a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions levels/include.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
FileUtils.touch("first.a")
FileUtils.touch("second.a")
FileUtils.touch("lib.a")
system "git branch -m master"
file = File.open(".git/config", "w") do |file|
file.puts "[core]\nexcludesfile="
end
Expand Down

0 comments on commit 9cc53a8

Please sign in to comment.