Commit dbe1ff8d authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #52721 from aditya-konarde/patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix typo in e2e-node-test.sh Correct 'Makfile' to 'Makefile'
parents 30f015a6 7f11d795
...@@ -34,7 +34,7 @@ fi ...@@ -34,7 +34,7 @@ fi
echo "NOTE: $0 has been replaced by 'make test-e2e-node'" echo "NOTE: $0 has been replaced by 'make test-e2e-node'"
echo echo
echo "This script supports a number of parameters passed as environment variables." echo "This script supports a number of parameters passed as environment variables."
echo "Please see the Makfile for more details." echo "Please see the Makefile for more details."
echo echo
echo "The equivalent of this invocation is: " echo "The equivalent of this invocation is: "
echo " make test-e2e-node ${ARGHELP}" echo " make test-e2e-node ${ARGHELP}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment