diff options
Diffstat (limited to 'php-guzzlehttp-guzzle6-get-source.sh')
-rwxr-xr-x | php-guzzlehttp-guzzle6-get-source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-guzzlehttp-guzzle6-get-source.sh b/php-guzzlehttp-guzzle6-get-source.sh index 2397e9b..4ad1051 100755 --- a/php-guzzlehttp-guzzle6-get-source.sh +++ b/php-guzzlehttp-guzzle6-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..." |