mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
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:
commit
5ffb0528dd
@ -320,7 +320,7 @@ function kube::build::docker_delete_old_containers() {
|
|||||||
done
|
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() {
|
function kube::build::short_hash() {
|
||||||
[[ $# -eq 1 ]] || {
|
[[ $# -eq 1 ]] || {
|
||||||
kube::log::error "Internal error. No data based to short_hash."
|
kube::log::error "Internal error. No data based to short_hash."
|
||||||
|
Loading…
Reference in New Issue
Block a user