Skip to content

Commit a327dd9

Browse files
author
Matt Russell
committed
Fixed typos.
1 parent 6e7d238 commit a327dd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pseudoace/cli.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,9 @@
609609
"Creates a separate database containing homology data.
610610
URL should be the `main` database URL (e.g datomic:free://localhost:4334/WS274)."
611611
[& {:keys [url models-filename acedump-dir log-dir homol-log-dir verbose]
612-
:or {verbose false}}]q
612+
:or {verbose false}}]
613613
(let [homol-url (homol-db-url url)
614-
now (to-date (ct/now)]
614+
now (to-date (ct/now))]
615615
(create-helper-database :url url :models-filename models-filename :verbose verbose)
616616
(import-helper-edn-logs :url url :log-dir log-dir :verbose verbose)
617617
(create-homol-database :url homol-url :models-filename models-filename :verbose verbose)

src/pseudoace/ts_import.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
{nil (constantly "1977-01-01_01:01:01_nil")
826826
"original" (constantly "1970-01-02_01:01:01_original")
827827
"patch" (fn [] (str (format-ace-date (ctc/now)) "patch"))
828-
"homology" #(str (format-ace-data (ctc/now) "homology"))})
828+
"homology" #(str (format-ace-date (ctc/now) "homology"))})
829829

830830
(defn clean-log-keys [log]
831831
(into {} (for [[k v] log]

0 commit comments

Comments
 (0)