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