Fixed goreleaser config

This commit is contained in:
Harvey Tindall
2020-08-02 00:36:27 +01:00
parent f508b65fa0
commit 94b8495f02
9 changed files with 32 additions and 1108 deletions
-1
View File
@@ -104,7 +104,6 @@ func main() {
port := flag.Int("port", 0, "alternate port to host web ui on.")
flag.Parse()
fmt.Println(*dataPath, *configPath, *host, *port)
if ctx.config_path == *configPath && ctx.data_path != *dataPath {
ctx.config_path = filepath.Join(*dataPath, "config.ini")
} else {