Skip to content

Commit

Permalink
Fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Aug 25, 2024
1 parent db2a776 commit 2ac0251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubeadm-join-config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
flag.Parse()

if apiServerEndpoint == "" || token == "" || caCertHash == "" {
fmt.Println("config-path, api-server-endoint, token and ca-cert-hash flags are mandatory.")
fmt.Println("api-server-endoint, token and ca-cert-hash flags are mandatory.")
os.Exit(1)
}

Expand Down

0 comments on commit 2ac0251

Please sign in to comment.