summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-07 08:18:14 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-07 08:18:14 +0200
commita22199c080c699030074fa9cd7ba47f3e55c82fe (patch)
treec72ee59fff5352f15fbd07ffd6a4e7846cbcfe7b /makesrc.sh
parentbffd3d967df4f2161332173661f29008cb67ba6c (diff)
php-myclabs-deep-copy: 1.5.2
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 bde65fc..c047df5 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -15,7 +15,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..."