From f994407328292d9e5788ab81a9fc6afe36091e46 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 9 Nov 2025 00:57:58 +0000 Subject: Make default bundle name configurable --- src/repo/s6-rc-set-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/repo') 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 ; -- cgit v1.3.1