Skip to content

Commit

Permalink
rename default confluent cloud cluster name to ccloud
Browse files Browse the repository at this point in the history
avoid whitespace
  • Loading branch information
birdayz committed Oct 5, 2018
1 parent c2371d2 commit 1b37e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kaf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var configImportCmd = &cobra.Command{
if username, password, broker, err := kaf.ParseConfluentCloudConfig(path); err == nil {

newCluster := &kaf.Cluster{
Name: "confluent cloud",
Name: "ccloud",
Brokers: []string{broker},
SASL: &kaf.SASL{
Username: username,
Expand Down

0 comments on commit 1b37e23

Please sign in to comment.