diff --git a/cmd/crowdsec-cli/dashboard.go b/cmd/crowdsec-cli/dashboard.go index 21bee6c46..4930912ba 100644 --- a/cmd/crowdsec-cli/dashboard.go +++ b/cmd/crowdsec-cli/dashboard.go @@ -199,7 +199,7 @@ func extractMetabaseDB(buf *bytes.Reader) error { func resetMetabasePassword(newpassword string) error { - httpctx := sling.New().Base(metabaseURI).Set("User-Agent", fmt.Sprintf("CrowdWatch/%s", cwversion.VersionStr())) + httpctx := sling.New().Base(metabaseURI).Set("User-Agent", fmt.Sprintf("Crowdsec/%s", cwversion.VersionStr())) log.Printf("Waiting for metabase API to be up (can take up to a minute)") for {