diff options
Diffstat (limited to 'bin/change-git-remotes')
-rwxr-xr-x | bin/change-git-remotes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/change-git-remotes b/bin/change-git-remotes index 4eabb38..6b48c45 100755 --- a/bin/change-git-remotes +++ b/bin/change-git-remotes @@ -70,9 +70,6 @@ fi fi printf '%s\n' "${new_urls}" \ | while read -r new_url; do - if [ "${new_url}" = "${url}" ]; then - continue - fi git -C "${git_dir}" remote set-url origin "${new_url}" if git -C "${git_dir}" fetch >/dev/null 2>&1; then ${quiet} \ |