mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
Merge pull request #8721 from stevenhorsman/kata-deploy-typos
kata-deploy: snapshotter typo fixes
This commit is contained in:
commit
1afce09858
@ -473,11 +473,11 @@ function snapshotter_handler_mapping_validation_check() {
|
||||
shim="${m%$snapshotters_delimiter*}"
|
||||
snapshotter="${m#*$snapshotters_delimiter}"
|
||||
|
||||
if [ -z "$shim"]; then
|
||||
if [ -z "$shim" ]; then
|
||||
die "The snapshotter must follow the \"shim:snapshotter,shim:snapshotter,...\" format, but at least one shim is empty"
|
||||
fi
|
||||
|
||||
if [ -z "$snapshotter"]; then
|
||||
if [ -z "$snapshotter" ]; then
|
||||
die "The snapshotter must follow the \"shim:snapshotter,shim:snapshotter,...\" format, but at least one snapshotter is empty"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user