missed commits

This commit is contained in:
2024-02-12 13:34:23 +01:00
committed by T.v.Dein
parent d2bcd7b505
commit 8cc5a9e3ed
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