diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-28 07:14:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-28 07:14:16 +0100 |
commit | 8e834bb78d8acff420cbc84ba53c8aa2c5a1841d (patch) | |
tree | 6da2e8e80b077817334cf0b4026f6fbfc37d538a /makesrc.sh | |
parent | 932df82d42acc1018e68f3d0034d91cc0de20b13 (diff) |
php-league-plates: 3.3.0
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..." |