summaryrefslogtreecommitdiffstats
path: root/php-scssphp-get-source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'php-scssphp-get-source.sh')
-rwxr-xr-xphp-scssphp-get-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-scssphp-get-source.sh b/php-scssphp-get-source.sh
index 2397e9b..4ad1051 100755
--- a/php-scssphp-get-source.sh
+++ b/php-scssphp-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
-CMP_FILE=$PWD/composer-${VERSION}.json
+CMP_FILE=$PWD/composer.json
pushd $TEMP_DIR
print "Cloning git repo..."