Skip to content

Commit

Permalink
fix(bisect.rb): explicitly run 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 b576c5b commit 275c6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion levels/bisect.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
difficulty 3
description "A bug was introduced somewhere along the way. You know that running `ruby prog.rb 5` should output 15. You can also run `make test`. What are the first 7 chars of the hash of the commit that introduced the bug."
description "A bug was introduced somewhere along the way. You know that running `ruby prog.rb 5` should output 15. You can also run `make test`. What are the first 7 chars of the hash of the commit (the abbreviated hash) that introduced the bug?"

setup do
init_from_level
repo.init
system "git branch -m master"
end

solution do
Expand Down

0 comments on commit 275c6ad

Please sign in to comment.