Skip to content

Commit a727522

Browse files
authored
Update common.sh
A spelling error in the description of a word
1 parent f2428d6 commit a727522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function kube::build::docker_delete_old_containers() {
320320
done
321321
}
322322

323-
# Takes $1 and computes a short has for it. Useful for unique tag generation
323+
# Takes $1 and computes a short hash for it. Useful for unique tag generation
324324
function kube::build::short_hash() {
325325
[[ $# -eq 1 ]] || {
326326
kube::log::error "Internal error. No data based to short_hash."

0 commit comments

Comments
 (0)