update print-workspace-status.sh comment

This commit is contained in:
Benjamin Elder 2021-03-07 12:47:37 -08:00
parent 03576473ce
commit e55e41b86a

View File

@ -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