aboutsummaryrefslogtreecommitdiffstats
path: root/hg.sr.ht/configuration.md
diff options
context:
space:
mode:
authorNolan Prescott <mail@nprescott.com>2021-09-05 00:11:05 -0400
committerDrew DeVault <sir@cmpwn.com>2021-09-05 08:00:44 +0200
commitb5b0b0a313cf6b5b44c67703afa36cafaa6a2c14 (patch)
treee0b691e9cd6eacb673e8078e51ac97a947c1cb50 /hg.sr.ht/configuration.md
parentcb77bf56ec6504c1abe6a8ddeb8d6e650d4d7f78 (diff)
downloadsr.ht-docs-b5b0b0a313cf6b5b44c67703afa36cafaa6a2c14.tar.gz
standardize directory name
the nginx configuration within sr.ht-nginx uses /var/lib/mercurial (as does the configuration example within this document) intended to address: https://todo.sr.ht/~sircmpwn/hg.sr.ht/43
Diffstat (limited to 'hg.sr.ht/configuration.md')
-rw-r--r--hg.sr.ht/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/hg.sr.ht/configuration.md b/hg.sr.ht/configuration.md
index dcdaeac..cb508b0 100644
--- a/hg.sr.ht/configuration.md
+++ b/hg.sr.ht/configuration.md
@@ -20,8 +20,8 @@ This document covers the configuration process for hg.sr.ht.
</div>
As a repository hosting service, hg.sr.ht requires a place for storing
-repositories (we recommend `/var/lib/hg/`). It also requires a `hg` user who
-has ownership over the repository storage location.
+repositories (we recommend `/var/lib/mercurial/`). It also requires a
+`hg` user who has ownership over the repository storage location.
# SSH Dispatch