diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 09:21:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 09:21:19 +0000 |
commit | 6d8aabab2347feabdd804b609dcd4513f09f78d4 (patch) | |
tree | 9bea1aba6caa85084ec664f498c445bb92d9457c /vendor/commerceguys/intl/scripts/fetch_data.sh | |
parent | e74359fcfe4d97efe72a811b45526a69edae3893 (diff) | |
download | volse-hubzilla-6d8aabab2347feabdd804b609dcd4513f09f78d4.tar.gz volse-hubzilla-6d8aabab2347feabdd804b609dcd4513f09f78d4.tar.bz2 volse-hubzilla-6d8aabab2347feabdd804b609dcd4513f09f78d4.zip |
composer libs minor version updates
Diffstat (limited to 'vendor/commerceguys/intl/scripts/fetch_data.sh')
-rwxr-xr-x | vendor/commerceguys/intl/scripts/fetch_data.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/commerceguys/intl/scripts/fetch_data.sh b/vendor/commerceguys/intl/scripts/fetch_data.sh index 1b3a339a5..f5c3f2110 100755 --- a/vendor/commerceguys/intl/scripts/fetch_data.sh +++ b/vendor/commerceguys/intl/scripts/fetch_data.sh @@ -6,7 +6,7 @@ rm -fR assets mkdir assets cd assets -git clone https://github.com/unicode-org/cldr-json.git cldr +git clone --depth 1 https://github.com/unicode-org/cldr-json.git cldr if command -v wget >/dev/null 2>&1; then |