From 7efd6050d0f9ab2d3a69a7fbf72f8ef5ab8bbd03 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Thu, 18 Apr 2024 22:11:44 +0200 Subject: [PATCH] fix(blame.rb): explicitly use branch master Signed-off-by: Norwid Behrnd --- levels/blame.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/levels/blame.rb b/levels/blame.rb index 2adde08a..332d2d34 100644 --- a/levels/blame.rb +++ b/levels/blame.rb @@ -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