Skip to content

Commit

Permalink
fix: name of hstream kafka cli
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Apr 9, 2024
1 parent 7cabe1a commit c427561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/admin/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (ac *AdminClient) CallServer(args ...string) (string, error) {
}

func (ac *AdminClient) CallKafkaServer(args ...string) (string, error) {
return ac.call("hstream-kafka-cli", append([]string{"node"}, args...)...)
return ac.call("hstream-kafka", append([]string{"node"}, args...)...)
}

// CallStore call hadmin store command with args.
Expand Down

0 comments on commit c427561

Please sign in to comment.