plugins/shell.md does not use "cd ..." as example

This commit is contained in:
Simon Heimberg 2017-07-17 23:24:39 +02:00 committed by GitHub
parent d512189999
commit 5db6d63a50

View file

@ -1,3 +1,4 @@
Plugin Shell
============
@ -22,7 +23,7 @@ setup:
```yml
setup:
shell:
- "cd /www"
- "[ -d /www ]"
- "chmod u+x %BUILD_PATH%/bin/console"
- "%BUILD_PATH%/bin/console build"
```