summaryrefslogtreecommitdiff
path: root/git-shell-commands
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-09 02:56:48 +0200
committerdweller <dweller@cabin.digital>2024-03-09 02:56:48 +0200
commit46cbece3d34830ab5bc995e4c39aab0deed33bab (patch)
tree85b3f960fc16bef8f386733989687252c9a4ebba /git-shell-commands
parent9b9bda8bb3700b25007a1b78958a2a4ac7c2f9cb (diff)
Fix a typo, testing in situ :)
Diffstat (limited to 'git-shell-commands')
-rwxr-xr-xgit-shell-commands/mkrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/mkrepo b/git-shell-commands/mkrepo
index 356cafa..94c3912 100755
--- a/git-shell-commands/mkrepo
+++ b/git-shell-commands/mkrepo
@@ -22,7 +22,7 @@ case "$1" in
*) reponame="$1.git" ;;
esac
-netname=$(echo "$PREFIX/$reponame" | sed "s|$HOME|:|")
+netname=$(echo "$PREFIX/$reponame" | sed "s|$HOME/|:|")
reponame="$PREFIX/$reponame"