Merge pull request #126214 from 20202200/20202200-patch-1

Fix a spelling error of hash in the description of the build script
This commit is contained in:
Kubernetes Prow Robot 2024-10-23 11:00:52 +01:00 committed by GitHub
commit 5ffb0528dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,7 @@ function kube::build::docker_delete_old_containers() {
done
}
# Takes $1 and computes a short has for it. Useful for unique tag generation
# Takes $1 and computes a short hash for it. Useful for unique tag generation
function kube::build::short_hash() {
[[ $# -eq 1 ]] || {
kube::log::error "Internal error. No data based to short_hash."