Fix up codespell errors

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2023-04-07 23:56:19 -04:00
parent 430603950b
commit c4e79fc169
3 changed files with 3 additions and 3 deletions

View File

@@ -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"
}