diff --git a/backend/src/app/srepl/main.clj b/backend/src/app/srepl/main.clj index 6c71c23b6a..99a40dde80 100644 --- a/backend/src/app/srepl/main.clj +++ b/backend/src/app/srepl/main.clj @@ -432,7 +432,7 @@ - `:reset-db?` delete any existing db first (default true) - `:skip-stats?` skip post-ingest MATCH count queries (default false)" [file-id & opts] - (let [result (apply graph.ingest/ingest-file! main/system file-id opts)] + (let [result (apply graph.ingest/ingest-file! sys/system file-id opts)] (graph.report/print-ingest! result) result))