mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 04:19:58 +00:00
Merge pull request #759 from GabyCT/topic/fixspell
release: Fixing message information
This commit is contained in:
commit
a97b09d5cd
@ -123,7 +123,7 @@ EOT
|
|||||||
if (echo "${current_version}" | grep "alpha") && (echo "${new_version}" | grep -v "alpha");then
|
if (echo "${current_version}" | grep "alpha") && (echo "${new_version}" | grep -v "alpha");then
|
||||||
info "update move from alpha, check if new version is rc0"
|
info "update move from alpha, check if new version is rc0"
|
||||||
if echo "$new_version" | grep -v "rc0"; then
|
if echo "$new_version" | grep -v "rc0"; then
|
||||||
die "bump should be from alph to rc0"
|
die "bump should be from alpha to rc0"
|
||||||
fi
|
fi
|
||||||
info "OK"
|
info "OK"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user