summaryrefslogtreecommitdiff
path: root/bin/change-git-remotes
diff options
context:
space:
mode:
Diffstat (limited to 'bin/change-git-remotes')
-rwxr-xr-xbin/change-git-remotes2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/change-git-remotes b/bin/change-git-remotes
index f4573b2..e8ae5eb 100755
--- a/bin/change-git-remotes
+++ b/bin/change-git-remotes
@@ -3,6 +3,8 @@
# shellcheck source=../lib/load-configuration
. "${0%/*}/../lib/load-configuration"
+# TODO: consider changing working upstreams to less-cached ones, too
+
if [ $# -eq 1 ] && [ "x$1" = 'x-q' ]; then
quiet=true
elif [ $# -ne 0 ]; then