summaryrefslogtreecommitdiffstats
path: root/src/cephadm/box/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cephadm/box/util.py')
-rw-r--r--src/cephadm/box/util.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cephadm/box/util.py b/src/cephadm/box/util.py
index 7dcf883f8a3..4aa5645b26b 100644
--- a/src/cephadm/box/util.py
+++ b/src/cephadm/box/util.py
@@ -417,5 +417,4 @@ class PodmanEngine(ContainerEngine):
def get_container_engine() -> ContainerEngine:
if engine() == 'docker':
return DockerEngine()
- else:
- return PodmanEngine()
+ return PodmanEngine()