Skip to content

Commit 2ac0251

Browse files
committed
Fix error msg
1 parent db2a776 commit 2ac0251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm-join-config/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func main() {
3232
flag.Parse()
3333

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

0 commit comments

Comments
 (0)