summaryrefslogtreecommitdiffstats
path: root/php-patchwork-utf8-get-source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'php-patchwork-utf8-get-source.sh')
-rwxr-xr-xphp-patchwork-utf8-get-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-patchwork-utf8-get-source.sh b/php-patchwork-utf8-get-source.sh
index 2e978ed..3bae8e5 100755
--- a/php-patchwork-utf8-get-source.sh
+++ b/php-patchwork-utf8-get-source.sh
@@ -52,7 +52,7 @@ pushd $TEMP_DIR
pushd $GIT_DIR
print "Checking out commit..."
$GIT checkout $GIT_COMMIT
- cp composer.json ${SRC_DIR}/composer-${VERSION}.json
+ cp composer.json ${SRC_DIR}/composer.json
popd
TAR_DIR=${GIT_NAME}-${GIT_COMMIT}