diff --git a/Shell-plugin.md b/Shell-plugin.md index da73fb8..1a7758b 100644 --- a/Shell-plugin.md +++ b/Shell-plugin.md @@ -18,6 +18,6 @@ shell: shell: - "cd /www" - "chmod u+x %buildpath%/bin/console" - - "%BUILD_PATH%/bin/console build" + - "%buildpath%/bin/console build" ```