summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/change-git-remotes1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/change-git-remotes b/bin/change-git-remotes
index bd031a4..4eabb38 100755
--- a/bin/change-git-remotes
+++ b/bin/change-git-remotes
@@ -74,7 +74,6 @@ fi
continue
fi
git -C "${git_dir}" remote set-url origin "${new_url}"
- git -C "${git_dir}" remote set-url origin "${new_url}"
if git -C "${git_dir}" fetch >/dev/null 2>&1; then
${quiet} \
|| >&2 printf '"%s" (%s): remote changed: "%s" -> "%s".\n' \