sync_templates_and_ci: git clone depth=1 (#48563)

This commit is contained in:
commitay 2018-06-17 23:21:49 +10:00 committed by Vítor Galvão
parent c3b47da587
commit e99938d110
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function get_repo {
cd "${repos_dir}" || exit 1
message "Cloning ${repo_name}…"
git clone "${homebrew_online}/${repo_name}.git" --quiet
git clone "${homebrew_online}/${repo_name}.git" --quiet --depth=1
cd "${repo_dir}" || exit 1
}