From a004bc20aae8e4a2dab92cc0bb79fe4d61fa4026 Mon Sep 17 00:00:00 2001 From: Maciej Kwiek Date: Wed, 23 Nov 2016 10:14:24 +0100 Subject: [PATCH] Fix notice in redis-slave example --- examples/k8petstore/redis-slave/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8petstore/redis-slave/run.sh b/examples/k8petstore/redis-slave/run.sh index 8a4bb57cad8..ec9647eafa6 100755 --- a/examples/k8petstore/redis-slave/run.sh +++ b/examples/k8petstore/redis-slave/run.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -echo "Note, if you get errors below indicate kubernetes env injection could be faliing..." +echo "If you get errors below, kubernetes env injection could be failing..." echo "env vars =" env echo "CHECKING ENVS BEFORE STARTUP........"