From 7e32520abb9a68c19706755981acd1a8e846c2f7 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sun, 5 Apr 2026 21:30:19 -0500 Subject: [PATCH] repo path upd --- dots/bin/webserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/webserver.sh b/dots/bin/webserver.sh index f3621cc..6797cc5 100755 --- a/dots/bin/webserver.sh +++ b/dots/bin/webserver.sh @@ -6,6 +6,6 @@ # https://docs.python.org/3/library/http.server.html python3 -m http.server \ - --directory /home/poq/syncDir/gitRepos/ \ + --directory /home/poq/syncDir/repos/ \ --cgi \ --bind 127.0.0.1 8888