From 141f70402ce7818fd2911140b751e99626c2de0f Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Sun, 14 Aug 2016 22:12:51 +0300 Subject: [PATCH] cluster/gke: reword package docs --- cluster/gke/util.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster/gke/util.sh b/cluster/gke/util.sh index 2cb3049266e..7544eb50d71 100755 --- a/cluster/gke/util.sh +++ b/cluster/gke/util.sh @@ -16,8 +16,7 @@ # A library of helper functions and constant for the local config. -# Use the config file specified in $KUBE_CONFIG_FILE, or default to -# config-default.sh. +# Uses the config file specified in $KUBE_CONFIG_FILE, or defaults to config-default.sh KUBE_PROMPT_FOR_UPDATE=y KUBE_SKIP_UPDATE=${KUBE_SKIP_UPDATE-"n"}