From e55e41b86a5a06b7d513760d5834f2c675a39030 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Sun, 7 Mar 2021 12:47:37 -0800 Subject: [PATCH] update print-workspace-status.sh comment --- hack/print-workspace-status.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hack/print-workspace-status.sh b/hack/print-workspace-status.sh index 767567c034d..a3de7742b29 100755 --- a/hack/print-workspace-status.sh +++ b/hack/print-workspace-status.sh @@ -13,8 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script is used by bazel as the workspace_status_command to implement +# This script was used by bazel as the workspace_status_command to implement # build stamping with git information. +# +# It is still useful for obtaining kube::version::get_version_vars without +# sourcing Kubernetes build internals. +# # Usage: `hack/print-workspace-status.sh`. set -o errexit