Merge pull request #18105 from rhatdan/codespell

Fix up codespell errors
This commit is contained in:
Daniel J Walsh
2023-04-10 13:33:04 -04:00
committed by GitHub
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"
}