From 28eddb0591d50e36b66211ef3738b4ba52e08b05 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 22 Nov 2023 21:25:24 +0000 Subject: [PATCH] updated git_remotes_set_multi_origin.sh --- git/git_remotes_set_multi_origin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/git_remotes_set_multi_origin.sh b/git/git_remotes_set_multi_origin.sh index 941a0dc7..21602541 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