diff options
author | Arun Isaac | 2025-03-25 16:03:06 +0000 |
---|---|---|
committer | Arun Isaac | 2025-03-25 22:17:04 +0000 |
commit | 8c24785190ed8f4c1426b4d04bf8db3f50283458 (patch) | |
tree | 5c11339505852c66d2e306c4d37cc3b89be8a39b | |
parent | 81afb572d126468563c304017cdb1045c185d961 (diff) | |
download | tissue-8c24785190ed8f4c1426b4d04bf8db3f50283458.tar.gz tissue-8c24785190ed8f4c1426b4d04bf8db3f50283458.tar.lz tissue-8c24785190ed8f4c1426b4d04bf8db3f50283458.zip |
bin: Update comment about adding CSS for each host.
We do not add CSS for each host.
* bin/tissue (tissue-web): Update comment about adding CSS for each
host.
-rwxr-xr-x | bin/tissue | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -269,9 +269,9 @@ Serve repositories specified in CONFIG-FILE over HTTP. (start-web-server (listen->socket-address (assq-ref args 'listen)) (map (match-lambda ((name parameters ...) - ;; Add CSS, repository directory, - ;; website directory, xapian - ;; directory settings for each host. + ;; Add repository directory, website + ;; directory, xapian directory + ;; settings for each host. (let* ((state-directory (assq-ref args 'state-directory)) (repository-directory (string-append state-directory "/" name "/repository"))) |