summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-07 08:07:47 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-07 08:07:47 +0200
commite099e914a3b53195ac4aafd02bc668b147171acc (patch)
tree3596badad16c73591d0af00f2f2f9beb5685d1f9 /makesrc.sh
parentd8ead50fcbc501e54bc5003bdf67b1e87e23e080 (diff)
php-phpseclib: 2.0.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 816b3f7..4abe187 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -16,7 +16,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..."