aboutsummaryrefslogtreecommitdiffstats
path: root/src/repo
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-10-30 21:48:44 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-10-30 21:48:44 +0000
commit6fc2d7953120668622f0cb3e4f771084eb77ca4c (patch)
treef7702bb49902ff8c31ce07e0a8a242026527f647 /src/repo
parent0eb06a992d6f9644d107338df792d49355ef8e40 (diff)
downloads6-rc-6fc2d7953120668622f0cb3e4f771084eb77ca4c.tar.gz
Add missing doc pages
Diffstat (limited to 'src/repo')
-rw-r--r--src/repo/s6-rc-set-install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repo/s6-rc-set-install.c b/src/repo/s6-rc-set-install.c
index 2e0b7a0..e8893b2 100644
--- a/src/repo/s6-rc-set-install.c
+++ b/src/repo/s6-rc-set-install.c
@@ -82,7 +82,7 @@ int main (int argc, char const *const *argv)
r = s6rc_repo_setuptodate(wgola[GOLA_REPODIR], argv[0]) ;
if (r == -1) _exit(111) ;
- if (!r) strerr_dief3x(1, "set ", argv[0], " is not up-to-date; commit it first") ;
+ if (!r) strerr_dief3x(7, "set ", argv[0], " is not up-to-date; commit it first") ;
{
size_t repolen = strlen(wgola[GOLA_REPODIR]) ;