mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
merge_outdated_appcasts: use caskroom_online where possible
This commit is contained in:
@@ -43,7 +43,7 @@ function go_to_repo_and_update {
|
||||
go_to_repos_dir
|
||||
|
||||
message "Cloning ${repo_name}…"
|
||||
git clone "https://github.com/caskroom/${repo_name}.git" --quiet
|
||||
git clone "${caskroom_online}/${repo_name}.git" --quiet
|
||||
|
||||
cd "${casks_dir}" || exit 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user