Update common.sh

A spelling error in the description of a word
This commit is contained in:
AspirationalStride 2024-07-19 09:23:54 +08:00 committed by GitHub
parent f2428d66cc
commit a727522fa4
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."