From 35b102dae60e53a4be06dbe1c5d2950ee862542b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 30 Oct 2025 23:23:52 +0000 Subject: Finish repo documentation; make bootdb configurable; fix install --- src/repo/s6-rc-set-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/repo/s6-rc-set-commit.c') diff --git a/src/repo/s6-rc-set-commit.c b/src/repo/s6-rc-set-commit.c index efdb2a9..45d5708 100644 --- a/src/repo/s6-rc-set-commit.c +++ b/src/repo/s6-rc-set-commit.c @@ -61,7 +61,7 @@ int main (int argc, char const *const *argv) int r ; PROG = "s6-rc-set-commit" ; - wgola[GOLA_REPODIR] = S6RC_REPO_BASE ; + wgola[GOLA_REPODIR] = S6RC_REPODIR ; wgola[GOLA_DEFBUNDLE] = "default" ; golc = GOL_main(argc, argv, rgolb, rgola, &wgolb, wgola) ; -- cgit v1.3.1