Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shuangmin authored May 7, 2020
1 parent 81a6137 commit ad99d37
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 @@ -187,7 +187,7 @@ var configRemoveClusterCmd = &cobra.Command{
if err != nil {
errorExit("Unable to write config: %v\n", err)
}
fmt.Println("Remove cluster.")
fmt.Println("Removed cluster.")
},
}

Expand Down

0 comments on commit ad99d37

Please sign in to comment.