summaryrefslogtreecommitdiffstats
path: root/php-di-symfony2-bridge-get-source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'php-di-symfony2-bridge-get-source.sh')
-rwxr-xr-xphp-di-symfony2-bridge-get-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-di-symfony2-bridge-get-source.sh b/php-di-symfony2-bridge-get-source.sh
index 061389a..0ec99e2 100755
--- a/php-di-symfony2-bridge-get-source.sh
+++ b/php-di-symfony2-bridge-get-source.sh
@@ -44,7 +44,7 @@ print "GIT_DIR = $GIT_DIR"
TEMP_DIR=$(mktemp --dir)
TAR_FILE=$PWD/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz
-COMPOSER=$PWD/composer-${VERSION}.json
+COMPOSER=$PWD/composer.json
pushd $TEMP_DIR
print "Cloning git repo..."