Skip to content

Commit 6608fe8

Browse files
committed
Fix an error in the setup script in exercise 2
1 parent f466e4f commit 6608fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/02ChangesInNewBranch/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ echo "Hello world" >> hello.txt
1010

1111
git add hello.txt
1212

13-
git cm -m 'Inital commit'
13+
git commit -m 'Inital commit'

0 commit comments

Comments
 (0)