Skip to content

Commit

Permalink
fix(checkout_tag.rb): explicitly use branch 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 21, 2024
1 parent 2f0141b commit 1ebef48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions levels/checkout_tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
repo.add("app.rb")
repo.commit_all("Changes galore")
repo.git.tag( { 'f' => true }, "v1.5" )

system "git branch -m master"
end

solution do
Expand Down

0 comments on commit 1ebef48

Please sign in to comment.