aboutsummaryrefslogtreecommitdiffstats
path: root/src/repo/s6-rc-set-commit.c
diff options
context:
space:
mode:
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 efdb2a9..45d5708 100644
--- a/src/repo/s6-rc-set-commit.c
+++ b/src/repo/s6-rc-set-commit.c
@@ -61,7 +61,7 @@ int main (int argc, char const *const *argv)
int r ;
PROG = "s6-rc-set-commit" ;
- wgola[GOLA_REPODIR] = S6RC_REPO_BASE ;
+ wgola[GOLA_REPODIR] = S6RC_REPODIR ;
wgola[GOLA_DEFBUNDLE] = "default" ;
golc = GOL_main(argc, argv, rgolb, rgola, &wgolb, wgola) ;