summaryrefslogtreecommitdiffstats
path: root/src/cephadm/cephadmlib/daemon_identity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cephadm/cephadmlib/daemon_identity.py')
-rw-r--r--src/cephadm/cephadmlib/daemon_identity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cephadm/cephadmlib/daemon_identity.py b/src/cephadm/cephadmlib/daemon_identity.py
index 52a18092bf0..bfe1a855186 100644
--- a/src/cephadm/cephadmlib/daemon_identity.py
+++ b/src/cephadm/cephadmlib/daemon_identity.py
@@ -157,7 +157,7 @@ class DaemonSubIdentity(DaemonIdentity):
)
def sidecar_script(self, base_data_dir: Union[str, os.PathLike]) -> str:
- sname = f'sidecar-{ self.subcomponent }.run'
+ sname = f'sidecar-{self.subcomponent}.run'
return str(pathlib.Path(self.data_dir(base_data_dir)) / sname)
@property