Skip to content

Commit

Permalink
Updated stale function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed May 26, 2020
1 parent 96fb364 commit 82f2066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wormbase/names/importer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
(if-let [importer (get importers importer-ns-name ent-importer/process)]
(let [process-import (partial importer wdb/conn importer-ns-name id-template)]
(wnip/check-environ!)
(wdbs/install wdb/conn)
(wdbs/ensure-schema wdb/conn)
(print "Importing...")
(apply process-import tsv-paths)
(println "[ok]")
Expand Down

0 comments on commit 82f2066

Please sign in to comment.