We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3416ee commit c805c8eCopy full SHA for c805c8e
iso/empanadas/empanadas/util/dnf_utils.py
@@ -2062,8 +2062,8 @@ def podman_sync(
2062
for pod in entry_name_list:
2063
podman_cmd_entry = '{} run -d -it --security-opt label=disable -v "{}:{}" -v "{}:{}" -v "{}:{}" --name {} --entrypoint {}/{} {}'.format(
2064
cmd,
2065
- self.compose_root,
2066
+ self.compose_base,
2067
self.dnf_config,
2068
2069
entries_dir,
0 commit comments