Skip to content

Commit

Permalink
fix cilium-health alias
Browse files Browse the repository at this point in the history
Signed-off-by: LiHui <andrewli@yunify.com>
  • Loading branch information
LiHui committed Jul 18, 2021
1 parent fb85fee commit f623a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cilium-health/cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// healthGetCmd represents the get command
var healthGetCmd = &cobra.Command{
Use: "get",
Aliases: []string{"inspect, show"},
Aliases: []string{"inspect", "show"},
Short: "Display local cilium agent status",
Run: func(cmd *cobra.Command, args []string) {
result, err := client.Restapi.GetHealthz(nil)
Expand Down

0 comments on commit f623a0c

Please sign in to comment.