summaryrefslogtreecommitdiffstats
path: root/php-slim3-makesrc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'php-slim3-makesrc.sh')
-rwxr-xr-xphp-slim3-makesrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-slim3-makesrc.sh b/php-slim3-makesrc.sh
index 080b7ad..a1e294f 100755
--- a/php-slim3-makesrc.sh
+++ b/php-slim3-makesrc.sh
@@ -16,7 +16,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
echo "Getting commit..."
pushd $PROJECT-$COMMIT
git checkout $COMMIT
-cp composer.json ../composer-$VERSION.json
+cp composer.json ../composer.json
popd
echo "Archiving..."