Skip to content

Commit

Permalink
fix(add.rb): explicitly define branch as master
Browse files Browse the repository at this point in the history
Contrasting to the previous version, the name of the principal
branch is explicitly defined.  The description of the task ahead
is lightly edited.

Signed-off-by: Norwid Behrnd <[email protected]>
  • Loading branch information
nbehrnd committed Apr 17, 2024
1 parent dc3ba9a commit 949bb9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions levels/add.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
difficulty 1
description "There is a file in your folder called `README`, you should add it to your staging area
Note: You start each level with a new repo. Don't look for files from the previous one."
description "There is a file in your folder called `README`; add it to your staging area.
Note: Each level starts with a new repo. Don't look for files of the previous one."

setup do
repo.init
FileUtils.touch("README")
system "git branch -m master"
end

solution do
Expand Down

0 comments on commit 949bb9e

Please sign in to comment.