mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
app/vmalert: fix build
This commit is contained in:
parent
e3db2c73a6
commit
50af16baf2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func main() {
|
|||
logger.Init()
|
||||
checkFlags()
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
eu, err := getExternalURL(*externalURL, *httpListenAddr, httpserver.IsTLS())
|
||||
eu, err := getExternalURL(*externalURL, *httpListenAddr, false)
|
||||
if err != nil {
|
||||
logger.Fatalf("can not get external url:%s ", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue