From 710970071349042da143f9cac8102a5a2921e2bb Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Thu, 29 Oct 2015 15:11:48 -0700 Subject: [PATCH] Don't mess with versionize-docs here --- build/versionize-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/versionize-docs.sh b/build/versionize-docs.sh index d102b6b67b9..8eb4c0aaff0 100755 --- a/build/versionize-docs.sh +++ b/build/versionize-docs.sh @@ -45,7 +45,7 @@ if ! ($SED --version 2>&1 | grep -q GNU); then exit 1 fi -echo "+++ Versioning documentation and examples at ${NEW_VERSION}" +echo "+++ Versioning documentation and examples" # Update the docs to match this version. HTML_PREVIEW_PREFIX="https://htmlpreview.github.io/\?https://github.com/kubernetes/kubernetes"