summaryrefslogtreecommitdiff
path: root/mrmovein
diff options
context:
space:
mode:
Diffstat (limited to 'mrmovein')
-rwxr-xr-xmrmovein3
1 files changed, 2 insertions, 1 deletions
diff --git a/mrmovein b/mrmovein
index 658c33d..eb1f68f 100755
--- a/mrmovein
+++ b/mrmovein
@@ -11,7 +11,8 @@
set -eu
-GIT_SERVER=ssh://git.distanz.ch
+GIT_USER=tklauser
+GIT_SERVER=ssh://$GIT_USER@git.distanz.ch
GIT_REPOS='srv/git/git.distanz.ch'
MR_CODE=$HOME/src/mr
MR_REPO_URL=$GIT_SERVER/$GIT_REPOS/mr.git