diff --git a/build/common.sh b/build/common.sh index 94b5492f296..d0232a21269 100755 --- a/build/common.sh +++ b/build/common.sh @@ -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."