summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-28 10:38:47 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-28 10:38:47 +0200
commit7d608ffab18faa6843617dea9f978ad460a820a7 (patch)
tree115a876f73045634af7af1d039086e45c35bdcc8 /makesrc.sh
parent9d1aa24d000dea4b7e5003ebf8a6d7e5d5e11b10 (diff)
php-composer-spdx-licenses: 1.1.5
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..."