From dc51231a893b632625d98c03798fe5f23885bff1 Mon Sep 17 00:00:00 2001 From: Atish Date: Wed, 15 Oct 2014 17:12:03 -0400 Subject: [PATCH] Added missing .sh extension --- examples/update-demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/update-demo/README.md b/examples/update-demo/README.md index 76bdfe62a6f..8fa76d79127 100644 --- a/examples/update-demo/README.md +++ b/examples/update-demo/README.md @@ -88,7 +88,7 @@ If you go back to the [demo website](http://localhost:8001/static/index.html) yo We will now update the docker image to serve a different image by doing a rolling update to a new Docker image. ```bash -$ ./4-rolling-update +$ ./4-rolling-update.sh ``` The rollingUpdate command in kubecfg will do 2 things: