summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-10 12:42:39 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-10 12:42:39 +0200
commitcab0fc1a1f7075a3c458b81df0549bb7d1c32651 (patch)
treebfd0d82ace4dc85fcb450fdf5703c23c5c249a00 /makesrc.sh
parentfec791b173d468a4a25b5b8592332f63212baf85 (diff)
php-zendframework-zend-i18n: 2.7.3
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makesrc.sh b/makesrc.sh
index e9a1ec5..87d223d 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..."