diff options
Diffstat (limited to 'modules/home')
-rw-r--r-- | modules/home/resources/activation-scripts/clone-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/resources/activation-scripts/clone-repos.sh b/modules/home/resources/activation-scripts/clone-repos.sh index 8cd0f89..e25ef0c 100644 --- a/modules/home/resources/activation-scripts/clone-repos.sh +++ b/modules/home/resources/activation-scripts/clone-repos.sh @@ -1,6 +1,6 @@ #!/bin/sh -server="https://git.tjkeller.xyz/" +server="git@localgit:" clonemissing() { # clone to $2 |