From a727522fa4ce607a869bb64624eab4dbc402d7af Mon Sep 17 00:00:00 2001 From: AspirationalStride <58268352+20202200@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:23:54 +0800 Subject: [PATCH] Update common.sh A spelling error in the description of a word --- build/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."