summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-22 16:34:09 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-22 16:34:09 +0100
commit710450d806a937fa68154c68fb53a2feffa5fbe9 (patch)
treed7d93875b9f261ae6f7d4253a483b57c61e2605b /makesrc.sh
parent6a34e15da3b4977860f47de1926c57b92a600b02 (diff)
php-phpmd-PHP-PMD: 2.4.4
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..."