Skip to content

Commit

Permalink
fix(diff.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 18, 2024
1 parent 593e972 commit 400359f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion levels/diff.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
difficulty 2
description "There have been modifications to the `app.rb` file since your last commit. Find out which line has changed."
description "Since your last commit, file `app.rb` was modified. Find out which line has changed."

setup do
init_from_level
system "git branch -m master"
end

solution do
Expand Down

0 comments on commit 400359f

Please sign in to comment.