diff options
-rw-r--r-- | haunt/publisher/sourcehut.scm | 2 |
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") |