From a25fc162cbeed098cd4150203b86a12c65534d7e Mon Sep 17 00:00:00 2001 From: Steren Date: Mon, 19 Nov 2018 20:36:19 -0800 Subject: [PATCH] Fix getting started (#561) --- install/getting-started-knative-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/getting-started-knative-app.md b/install/getting-started-knative-app.md index 96942f3b9..6c7e2e398 100644 --- a/install/getting-started-knative-app.md +++ b/install/getting-started-knative-app.md @@ -128,7 +128,7 @@ asssigned an external IP address. step. ```shell - curl -H "Host: helloworld-go.default.example.com" http://IP_ADDRESS + curl -H "Host: helloworld-go.default.example.com" http://${IP_ADDRESS} Hello World: Go Sample v1! ```