From db67cbb9bbeb25fe929b52490834b4b6f9bb3bdf Mon Sep 17 00:00:00 2001 From: poul-kg Date: Wed, 16 Jul 2014 10:37:59 -0700 Subject: [PATCH] %buildpath% should be in lowercase because str_replace is used in the plugin code not str_ireplace --- Shell-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ```