Skip to content
Snippets Groups Projects
Commit c277f5ba authored by ale's avatar ale
Browse files

Fix typo

parent 2666634e
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ import (
var (
addr = flag.String("addr", getenv("ADDR", ":3000"), "TCP `addr` to listen on")
karmaBackend = flag.String("karma-url", getenv("ALERTS_URL", ""), "`URL` for the Karma backend")
karmaBackend = flag.String("karma-url", getenv("KARMA_URL", ""), "`URL` for the Karma backend")
prometheusBackend = flag.String("prometheus-url", getenv("PROMETHEUS_URL", ""), "`URL` for the Prometheus backend")
rootDir = "/var/www"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment