We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6669ea + a727522 commit 5ffb052Copy full SHA for 5ffb052
build/common.sh
@@ -320,7 +320,7 @@ function kube::build::docker_delete_old_containers() {
320
done
321
}
322
323
-# 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
324
function kube::build::short_hash() {
325
[[ $# -eq 1 ]] || {
326
kube::log::error "Internal error. No data based to short_hash."
0 commit comments