diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-09 00:57:58 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-09 00:57:58 +0000 |
| commit | f994407328292d9e5788ab81a9fc6afe36091e46 (patch) | |
| tree | f316ff6191f369e4839b4ccc9f7c8b213a2a3554 /src/repo/s6-rc-set-commit.c | |
| parent | 7f6bc9d2ba0e3397c6d23f58a0535f2937548067 (diff) | |
| download | s6-rc-f994407328292d9e5788ab81a9fc6afe36091e46.tar.gz | |
Make default bundle name configurable
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 45d5708..7612506 100644 --- a/src/repo/s6-rc-set-commit.c +++ b/src/repo/s6-rc-set-commit.c @@ -62,7 +62,7 @@ int main (int argc, char const *const *argv) PROG = "s6-rc-set-commit" ; wgola[GOLA_REPODIR] = S6RC_REPODIR ; - wgola[GOLA_DEFBUNDLE] = "default" ; + wgola[GOLA_DEFBUNDLE] = S6RC_DEFBUNDLE ; golc = GOL_main(argc, argv, rgolb, rgola, &wgolb, wgola) ; argc -= golc ; argv += golc ; |
