We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c00fa commit 8cdb001Copy full SHA for 8cdb001
cmd/gendb/main.go
@@ -41,8 +41,8 @@ func matchesCurrent(path string, new []osv.Entry) bool {
41
}
42
43
func main() {
44
- tomlDir := flag.String("reports", "Directory containing toml reports", "")
45
- jsonDir := flag.String("out", "Directory to write JSON database to", "")
+ tomlDir := flag.String("reports", "reports", "Directory containing toml reports")
+ jsonDir := flag.String("out", "out", "Directory to write JSON database to")
46
flag.Parse()
47
48
tomlFiles, err := ioutil.ReadDir(*tomlDir)
0 commit comments