Update 2015-07-21-automating-sculpin-with-jenkins.md

This commit is contained in:
Oliver Davies 2015-08-08 18:46:16 +01:00
parent db628ee3f3
commit 3b2898a21e

View file

@ -98,7 +98,7 @@ Since publishing this post, I've added some more items to the original build scr
### Updating Composer ### Updating Composer
if [ -f composer.json ]; then if [ -f composer.json ]; then
/usr/local/bin/composer /usr/local/bin/composer update
fi fi
Updates project dependencies via [Composer](https://getcomposer.org/doc/00-intro.md#introduction) if composer.json exists. Updates project dependencies via [Composer](https://getcomposer.org/doc/00-intro.md#introduction) if composer.json exists.