Skip to content

Commit

Permalink
inline notice for custom composer.phar should suffice
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Apr 29, 2014
1 parent 3f1b524 commit 9055349
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ if [[ -f "composer.lock" ]]; then
php composer.phar $*
}
export -f composer
notice "Found a composer.phar in app root, will use it for install.
Make sure this version of composer is up to date!"
notice_inline "Found a composer.phar in root directory, will use it for install."
else
composer self-update --no-interaction --quiet # TODO: specify a version once composer has stable releases
fi
Expand Down

0 comments on commit 9055349

Please sign in to comment.