aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s6-frontend/version_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-frontend/version_export.c b/src/s6-frontend/version_export.c
index 34f0b31..9e9542f 100644
--- a/src/s6-frontend/version_export.c
+++ b/src/s6-frontend/version_export.c
@@ -61,7 +61,7 @@ void version_export (char const *const *argv)
(*f)("scandir", g->dirs.scan, &sa) ;
(*f)("livedir", g->dirs.live, &sa) ;
(*f)("repodir", g->dirs.repo, &sa) ;
- (*f)("bootdb", g->dirs.scan, &sa) ;
+ (*f)("bootdb", g->dirs.boot, &sa) ;
(*f)("stmpdir", g->dirs.stmp, &sa) ;
(*f)("storelist", g->dirs.stol, &sa) ;
(*f)("fdhuser", g->fdhuser ? g->fdhuser : "", &sa) ;