Skip to content

Commit

Permalink
fix(blame.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 400359f commit 7efd605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion levels/blame.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
difficulty 2
description "Someone has put a password inside the file `config.rb` find out who it was."
description "Identify who put a password inside the file `config.rb`."

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

solution do
Expand Down

0 comments on commit 7efd605

Please sign in to comment.