Browse Source

remove old crowdwatch references

Thibault bui Koechlin 5 years ago
parent
commit
0816d7d775
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/crowdsec-cli/dashboard.go

+ 1 - 1
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 {