summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Lajszczak <filip@lajszczak.dev>2023-11-12 11:03:25 +0000
committerDavid Thompson <dthompson2@worcester.edu>2023-11-12 08:06:13 -0500
commit373afdbcc7ce3c39d3734b9c44362123bf009d05 (patch)
tree5c921934a7ffdc4919059b1b625cfae5ea87e40e
parent3ef600e96ef1eeed4798ebf4ca0f914f30f827ee (diff)
publisher: sourcehut: Correct docstring.
-rw-r--r--haunt/publisher/sourcehut.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/publisher/sourcehut.scm b/haunt/publisher/sourcehut.scm
index 55059ca..2326e3b 100644
--- a/haunt/publisher/sourcehut.scm
+++ b/haunt/publisher/sourcehut.scm
@@ -33,7 +33,7 @@
(hut %hut)
(tar %tar))
"Return a new publisher named NAME that publishes a site to
-Sourcehut pages. Passing RSYNC and/or TAR overrides the default
+Sourcehut pages. Passing HUT and/or TAR overrides the default
executables used."
(define (publish site)
(let ((tarball (string-append (or (getenv "TMPDIR") "/tmp")