mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
sync_templates_and_ci: git clone depth=1 (#48563)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user