lol actually call sign

This commit is contained in:
idk
2022-12-11 02:46:53 +00:00
parent 48343e5db1
commit 8ea7ff28c3

View File

@@ -283,7 +283,7 @@ func main() {
}
ext := filepath.Ext(path)
if ext == ".html" {
Build(path)
Sign(path)
}
return nil
})
@@ -291,7 +291,7 @@ func main() {
log.Println(err)
}
} else {
Build(*newsfile)
Sign(*newsfile)
}
case "help":
Help()