summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-20 09:11:42 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-20 09:11:42 +0200
commit9d99b5e6d45e83e0ef72a9b88b84808f1282834b (patch)
treeef7803e8119fd6f17f4e80faec8fb1bbc78573a8 /init
parentc3d76bb19e4ee3a5050908f35eb435b3233e0e31 (diff)
Tightened regex and made tiny variable adjustment. no functional change
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 841b704..64ffd85 100755
--- a/init
+++ b/init
@@ -45,7 +45,7 @@ function setupRepo
# we assume all repos to be in /srv/repos
set -l repoDir srv repos
- set -l repoDir /(string join -n '/' $repoDir (string split '/' $repo))
+ set repoDir /(string join -n '/' $repoDir (string split '/' $repo))
echo "Setting up repo: $repo"
# write user as allowed into permission file