%buildpath% should be in lowercase because str_replace is used in the plugin code not str_ireplace

poul-kg 2014-07-16 10:37:59 -07:00
commit db67cbb9bb

@ -18,6 +18,6 @@ shell:
shell:
- "cd /www"
- "chmod u+x %buildpath%/bin/console"
- "%BUILD_PATH%/bin/console build"
- "%buildpath%/bin/console build"
```