summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-22 10:09:57 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-22 10:09:57 +0100
commitd05e5bcdba05f533f930fec1b84365f1972b81db (patch)
tree834247ca0eaf0250184b1604b5a58e62eb4b626f /makesrc.sh
parent14d46a5eb0ca7a1758d1a142c6bdd0d789064dfe (diff)
php-pdepend-PHP-Depend: 2.2.6
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..."