From 49002b3d2ebd004d595bac8d3d76ca77d2af197b Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 27 Jan 2017 14:51:29 -0800 Subject: [PATCH] reimplement PRs to fix tech typo This is to resolve the typo referenced for PRs #2127, #2312, and #2349 --- docs/tutorials/stateless-application/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateless-application/hello-minikube.md b/docs/tutorials/stateless-application/hello-minikube.md index 36b92dd97a..a4d9af0e17 100644 --- a/docs/tutorials/stateless-application/hello-minikube.md +++ b/docs/tutorials/stateless-application/hello-minikube.md @@ -146,7 +146,7 @@ eval $(minikube docker-env) ``` **Note:** Later, when you no longer wish to use the Minikube host, you can undo -this change by running `eval $(minikube docker-env) -u`. +this change by running `eval $(minikube docker-env -u)`. Build your Docker image, using the Minikube Docker daemon: