summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-12 09:09:09 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-12 09:09:09 +0200
commit43272d9fbe61cf74e4639af13b7a7d6860942783 (patch)
treead9c30600cdcb8e63d8ea91c39c74ee1e73b7781
parentabc9255617ce023f42ec683ee0a76735b1161752 (diff)
php-zendframework-zend-inputfilter: 2.7.2
-rwxr-xr-xmakesrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 1c6057e..ab1375c 100755
--- a/makesrc.sh
+++ b/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..."