summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-19 09:11:15 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-19 09:11:15 +0200
commit0df7ccba20729242dfc2c76e7d14354d462a40e4 (patch)
tree8ea2a9b8e384e8b1d38e5f0cb8d7e5cfb6e05f7e /makesrc.sh
parent336859a6dc5c689dc435ab933f98730439575efd (diff)
php-composer-ca-bundle: 1.0.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 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..."