]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: fix indentation
authorPatrick Seidensal <pseidensal@suse.com>
Tue, 7 Jul 2020 12:29:49 +0000 (14:29 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 23 Jul 2020 13:20:10 +0000 (15:20 +0200)
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
(cherry picked from commit 8844ff41b6547d82c6f900493e830de8686660bc)

src/cephadm/cephadm

index 0e3fd41c4aff0769b96923d8d6579d7a412072bd..dd4c3c7a74f08a35e011549a680b3f3bde0e084c 100755 (executable)
@@ -3979,7 +3979,7 @@ def command_check_host():
     commands = ['systemctl', 'lvcreate']
 
     if args.docker:
-            container_path = find_program('docker')
+        container_path = find_program('docker')
     else:
         for i in CONTAINER_PREFERENCE:
             try: