fix: replace file graph helper in db graph namespaces

with db graph equivalent
This commit is contained in:
Gabriel Horner
2024-04-25 12:17:49 -04:00
parent edca3049c0
commit 4276a3f109
3 changed files with 11 additions and 10 deletions

View File

@@ -82,7 +82,8 @@
(into [;; e.g. block/properties :title
"block/properties :"
;; anything org mode
"org"]))
"org"
"db/get-page"]))
res (apply shell {:out :string :continue true}
"git grep -E" (str "(" (string/join "|" file-concepts) ")")
db-graph-paths)]