remove execute on entrypoint

This commit is contained in:
Kasper Juul Hermansen 2022-10-31 01:43:19 +01:00
parent 49dab03d9e
commit b1f64fdd74
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -34,7 +34,7 @@ func BuildGolangBin() *cobra.Command {
},
BuildPath: "main.go",
BinName: "main",
ExecuteOnEntrypoint: true,
ExecuteOnEntrypoint: false,
}).
Execute(ctx)
},