merge_outdated_appcasts: use caskroom_online where possible

This commit is contained in:
Vítor Galvão
2016-09-08 16:13:20 +01:00
committed by GitHub
parent 7a51dee5ed
commit ca9ace0863
+1 -1
View File
@@ -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