Skip to content

Commit 05e079c

Browse files
committed
Update README.md
1 parent 89697eb commit 05e079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd ~/src/boxen/puppet-mynewmodule
88
git init .
99
git remote add template https://github.com/boxen/puppet-template.git
1010
git fetch template
11-
git co -b master template/master
11+
git checkout -b master template/master
1212
```
1313

1414
Now we're ready to make it our own!

0 commit comments

Comments
 (0)