Skip to content

Commit 8cdb001

Browse files
committed
Correct usages and values
1 parent e0c00fa commit 8cdb001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/gendb/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func matchesCurrent(path string, new []osv.Entry) bool {
4141
}
4242

4343
func main() {
44-
tomlDir := flag.String("reports", "Directory containing toml reports", "")
45-
jsonDir := flag.String("out", "Directory to write JSON database to", "")
44+
tomlDir := flag.String("reports", "reports", "Directory containing toml reports")
45+
jsonDir := flag.String("out", "out", "Directory to write JSON database to")
4646
flag.Parse()
4747

4848
tomlFiles, err := ioutil.ReadDir(*tomlDir)

0 commit comments

Comments
 (0)