diff --git a/git/git_remotes_set_multi_origin.sh b/git/git_remotes_set_multi_origin.sh index 941a0dc7d99..216025414ff 100755 --- a/git/git_remotes_set_multi_origin.sh +++ b/git/git_remotes_set_multi_origin.sh @@ -74,7 +74,7 @@ add_origin_url(){ head -n 1 | perl -pe " s/^(\\w+:\\/\\/)[^\\/]+/\$1$domain/; - #s/^(git@)[^:]+/\$1$domain/ + s/^(git@)[^:]+/\$1$domain/ " )" # XXX: Azure DevOps has non-uniform URLs compared to the 3 main Git repos