Skip to content

Commit

Permalink
updated git_remotes_set_multi_origin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2023
1 parent 39f8288 commit 28eddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/git_remotes_set_multi_origin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28eddb0

Please sign in to comment.