summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-03-25 16:03:06 +0000
committerArun Isaac2025-03-25 22:17:04 +0000
commit8c24785190ed8f4c1426b4d04bf8db3f50283458 (patch)
tree5c11339505852c66d2e306c4d37cc3b89be8a39b
parent81afb572d126468563c304017cdb1045c185d961 (diff)
downloadtissue-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-xbin/tissue6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/tissue b/bin/tissue
index 63f3ff7..f81ef5a 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -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")))