Skip to content

Commit

Permalink
wriet to submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Huber <[email protected]>
  • Loading branch information
maxhbr committed Apr 21, 2024
1 parent acfb506 commit 0319a7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
1 change: 1 addition & 0 deletions generatedV2
Submodule generatedV2 added at 9ab748

0 comments on commit 0319a7a

Please sign in to comment.