diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/repo/s6-rc-set-install.c | 2 |
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]) ; |
