aboutsummaryrefslogtreecommitdiff
path: root/cmd/lectio-ui
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/lectio-ui')
-rw-r--r--cmd/lectio-ui/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/lectio-ui/main.go b/cmd/lectio-ui/main.go
index dd91117..43fc5ab 100644
--- a/cmd/lectio-ui/main.go
+++ b/cmd/lectio-ui/main.go
@@ -120,7 +120,7 @@ func run(args []string, stdout, stderr io.Writer) int {
var mdl tea.Model = tui.New(cfg, date, bibleVer)
if reader {
- tbl, _ := bible.LoadBookTable(config.UserBooksTOML())
+ tbl, _ := bible.LoadBookTable(config.UserBooksINI())
mdl = tui.NewReader(cfg, tbl, bookmarks.Open())
}
if _, err := tea.NewProgram(mdl, tea.WithAltScreen()).Run(); err != nil {