diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-21 09:34:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-21 09:34:45 +0200 |
commit | 2f0d38e8c4c43ec2b4220840534883c8d4e0be4f (patch) | |
tree | 0c8065028a968d397dd8a767367e921cb21d7f04 /php-slim3-makesrc.sh | |
parent | 2d303fa03bd0165bf15fed8cc6029828cc5a17c7 (diff) |
php-slim3: 3.4.2
Diffstat (limited to 'php-slim3-makesrc.sh')
-rwxr-xr-x | php-slim3-makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-slim3-makesrc.sh b/php-slim3-makesrc.sh index 080b7ad..a1e294f 100755 --- a/php-slim3-makesrc.sh +++ b/php-slim3-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..." |