Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatiko committed Mar 14, 2024
1 parent ec91f0c commit 4e33b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/telemetry_provider/telemetry_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ var validateTelemetryProviderCmd = &cobra.Command{
isValid := resp.GetData().IsValid

if isValid {
fmt.Println("Telemetry providers is valid")
fmt.Println("Telemetry provider is valid")
}else{
fmt.Println("Telemetry providers is invalid. Please check configuration parameters")
fmt.Println("Telemetry provider is invalid. Please check configuration parameters")
}
},
}
Expand Down

0 comments on commit 4e33b12

Please sign in to comment.