Skip to content

Commit

Permalink
Fixed method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Jan 20, 2020
1 parent a327dd9 commit 5d76aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pseudoace/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
URL should be the `main` database URL (e.g datomic:free://localhost:4334/WS274)."
[& {:keys [url models-filename acedump-dir log-dir homol-log-dir verbose]
:or {verbose false}}]
(let [homol-url (homol-db-url url)
(let [homol-url (homol-db-uri url)
now (to-date (ct/now))]
(create-helper-database :url url :models-filename models-filename :verbose verbose)
(import-helper-edn-logs :url url :log-dir log-dir :verbose verbose)
Expand Down

0 comments on commit 5d76aea

Please sign in to comment.