missed commits

This commit is contained in:
2024-02-12 13:34:23 +01:00
parent 440682d4c1
commit af8e4d21b1
2 changed files with 1 additions and 6 deletions

View File

@@ -116,11 +116,6 @@ func Main(output io.Writer) int {
if err != nil {
return Die(err)
}
err = Mkdir(outdir)
if err != nil {
return Die(err)
}
conf.Outdir = outdir
// used for all HTTP requests