Skip to content
Snippets Groups Projects
Commit 00906d20 authored by Xiang Dai's avatar Xiang Dai Committed by Tom Wilkie
Browse files

promtail: fix wrong config path (#375)


Signed-off-by: default avatarXiang Dai <764524258@qq.com>
parent 46334ed5
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ func init() {
func main() {
var (
configFile = "docs/promtail-local-config.yaml"
configFile = "cmd/promtail/promtail-local-config.yaml"
config config.Config
)
flag.StringVar(&configFile, "config.file", "promtail.yml", "The config file.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment