Skip to content

Commit

Permalink
Simplify message
Browse files Browse the repository at this point in the history
  • Loading branch information
sderosiaux authored Jun 10, 2024
1 parent a0a578e commit 7ce314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func Make(apiKey string, baseUrl string, debug bool, key, cert, cacert string, i

err := result.initKindFromApi()
if err != nil {
fmt.Fprintf(os.Stderr, "Cannot access the Conduktor API: %s\nTherefore, the list of Kinds reflects the most recent ones available at the time of the CLI's release (and not the latest ones overall)\n", err)
fmt.Fprintf(os.Stderr, "Cannot access the Conduktor API: %s\nUsing offline defaults.\n", err)
result.kinds = schema.DefaultKind()
}

Expand Down

0 comments on commit 7ce314d

Please sign in to comment.