Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed May 8, 2012
1 parent abf09e1 commit 3cc6cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ln -s /app/php/bin/php bin/php
# check if we have Composer dependencies
if [ -f www/composer.json ]; then
GIT_DIR_ORIG=$GIT_DIR
unset $GIT_DIR
unset GIT_DIR
echo "-----> Installing Composer dependencies"
COMPOSER_URL="http://getcomposer.org/composer.phar"
curl --silent --max-time 60 --location "$COMPOSER_URL" > www/composer.phar
Expand Down

0 comments on commit 3cc6cf5

Please sign in to comment.