Skip to content

Commit

Permalink
Merge branch 'addTunnelServerAddress' of https://github.com/adamzhoul…
Browse files Browse the repository at this point in the history
…/openyurt into addTunnelServerAddress
  • Loading branch information
zhoulei5 committed Sep 23, 2021
2 parents c635ee4 + 99f80d3 commit fd293b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/yurtctl/cmd/convert/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (co *ConvertOptions) Complete(flags *pflag.FlagSet) error {
if cnStr != "" {
co.CloudNodes = strings.Split(cnStr, ",")
} else {
err := fmt.Errorf("The '--cloud nodes' parameter cannot be empty.Please specify the cloud node first, and then execute the yurtctl convert command")
err := fmt.Errorf("The '--cloud-nodes' parameter cannot be empty.Please specify the cloud node first, and then execute the yurtctl convert command")
return err
}

Expand Down

0 comments on commit fd293b0

Please sign in to comment.