diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-18 07:25:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-18 07:25:03 +0200 |
commit | 82c02fc9877bcdcbdb2636fc20bc0663078171de (patch) | |
tree | 70f195b2e201c62ed500069560277ef0b238c964 /makesrc.sh | |
parent | af3af1223a0f39d524097f7721c530271dc17bdf (diff) |
update to 10.5.19
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-x | makesrc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,11 +17,11 @@ else echo "Cloning..." rm -rf $PROJECT-$COMMIT - git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 + git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 echo "Getting commit..." pushd $PROJECT-$COMMIT - git checkout $COMMIT || exit1 + git checkout $COMMIT || exit 1 cp composer.json ../composer.json popd |