mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
Fix up codespell errors
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -203,7 +203,7 @@ EOF
|
||||
CONTAINERS_CONF_OVERRIDE=$overrideConf run_podman info --format "{{ .Host.DatabaseBackend }}"
|
||||
is "$output" "sqlite"
|
||||
|
||||
# CONTAINERS_CONF will be overriden by _OVERRIDE
|
||||
# CONTAINERS_CONF will be overridden by _OVERRIDE
|
||||
CONTAINERS_CONF=$containersConf CONTAINERS_CONF_OVERRIDE=$overrideConf run_podman info --format "{{ .Host.DatabaseBackend }}"
|
||||
is "$output" "sqlite"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user