Skip to content

Commit

Permalink
Include db when specifying locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Oct 27, 2021
1 parent 103f1bc commit 03d1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/com/eldrix/hermes/cmd/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
(if db
(if (str/blank? locale)
(hermes/build-search-index db)
(hermes/build-search-index locale))
(hermes/build-search-index db locale))
(log/error "no database directory specified")))

(defn compact [{:keys [db]} _]
Expand Down

0 comments on commit 03d1ba9

Please sign in to comment.