mirror of
1
0
Fork 0

Remove `mkdir` command examples in favour of new `create` directive examples.

This commit is contained in:
Jesse Leite 2019-10-06 18:46:46 -04:00
parent 85c62c8d88
commit 83c324cb1f
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@ command itself.
```yaml
- shell:
- mkdir -p ~/src
- [mkdir -p ~/downloads, Creating downloads directory]
- chsh -s $(which zsh)
- [chsh -s $(which zsh), Making zsh the default shell]
-
command: read var && echo Your variable is $var
stdin: true