diff --git a/.gitmodules b/.gitmodules index 8734366a035..c0b00fab9ce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -99,3 +99,7 @@ [submodule "data/McCoySmith-OSI-License-Categories"] path = data/McCoySmith-OSI-License-Categories url = https://github.com/McCoySmith/OSI-License-Categories +[submodule "generatedV2"] + path = generatedV2 + url = https://github.com/maxhbr/LDBcollector/ + branch = generatedV2 diff --git a/app/Main.hs b/app/Main.hs index bdbcdb33288..c73ab500380 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -112,7 +112,7 @@ main = withUtf8 $ do applySources curation writeMetrics case args of - "write" : names -> mapM_ (writeFilesByName "_out" . fromString) names - ["writeNS", ns] -> writeSvgByNS "_out" (fromString ns) + "write" : names -> mapM_ (writeFilesByName "generatedV2" . fromString) names + ["writeNS", ns] -> writeSvgByNS "generatedV2" (fromString ns) _ -> serve return () \ No newline at end of file diff --git a/generatedV2 b/generatedV2 new file mode 160000 index 00000000000..9ab748d665c --- /dev/null +++ b/generatedV2 @@ -0,0 +1 @@ +Subproject commit 9ab748d665c6d7bfd190806e57b79e5db29dd849