diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-30 23:23:52 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-30 23:23:52 +0000 |
| commit | 35b102dae60e53a4be06dbe1c5d2950ee862542b (patch) | |
| tree | 8eab291fe25a8b4766eae81ef645da6bcf90acbf /src/repo/s6-rc-set-commit.c | |
| parent | 6fc2d7953120668622f0cb3e4f771084eb77ca4c (diff) | |
| download | s6-rc-35b102dae60e53a4be06dbe1c5d2950ee862542b.tar.gz | |
Finish repo documentation; make bootdb configurable; fix install
Diffstat (limited to 'src/repo/s6-rc-set-commit.c')
| -rw-r--r-- | src/repo/s6-rc-set-commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) ; |
