Skip to content

Commit

Permalink
fix: fix no parents issues for #14
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 16, 2020
1 parent d8d8dec commit d80797a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cloc.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func processBaseCloc(input string, output string) {
}

func createClocDir() error {
os.Mkdir(config.CocaConfig.ReporterPath, os.ModePerm)
return os.Mkdir(config.CocaConfig.ReporterPath+"/cloc/", os.ModePerm)
}

Expand Down

0 comments on commit d80797a

Please sign in to comment.