From 86fcb671baea85ca888850c43fdebf7a2ba99ffc Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 20 Sep 2020 19:14:38 -0500 Subject: [PATCH] Migrate mt function to mitchty.net --- dotprofile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotprofile.org b/dotprofile.org index 0287037..6fabecd 100644 --- a/dotprofile.org +++ b/dotprofile.org @@ -272,7 +272,7 @@ try_git() mt() { - try_git "ssh://gitea@git.functionalidiot.com:2222/${1}" "${2:-master}" + try_git "ssh://gitea@git.mitchty.net:2222/${1}" "${2:-master}" } gh()