aboutsummaryrefslogtreecommitdiffstats
path: root/src/repo/s6-rc-set-commit.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-11-09 00:57:58 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-11-09 00:57:58 +0000
commitf994407328292d9e5788ab81a9fc6afe36091e46 (patch)
treef316ff6191f369e4839b4ccc9f7c8b213a2a3554 /src/repo/s6-rc-set-commit.c
parent7f6bc9d2ba0e3397c6d23f58a0535f2937548067 (diff)
downloads6-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.c2
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 ;