diff options
Diffstat (limited to 'makesrc.sh')
| -rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ fi echo "Cloning..." rm -rf $PROJECT-$VERSION -git clone --recursive https://github.com/$OWNER/$PROJECT.git -b $VERSION $PROJECT-$VERSION +git clone --depth 1 --recursive https://github.com/$OWNER/$PROJECT.git -b $VERSION $PROJECT-$VERSION echo "Composer..." pushd $PROJECT-$VERSION |
