aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/swap-protocol.bash (renamed from tools/swap-protocol.sh)2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/swap-protocol.sh b/tools/swap-protocol.bash
index 03594f8..a70e7fe 100755
--- a/tools/swap-protocol.sh
+++ b/tools/swap-protocol.bash
@@ -14,3 +14,5 @@ git remote -v \
14 sed -E 's#https://([^/]+)/(.+)#git@\1:\2#' <<<$url | xargs git remote set-url $extra $remote 14 sed -E 's#https://([^/]+)/(.+)#git@\1:\2#' <<<$url | xargs git remote set-url $extra $remote
15 fi 15 fi
16done 16done
17
18git remote -v