]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: fix indentation 35961/head
authorPatrick Seidensal <pseidensal@suse.com>
Tue, 7 Jul 2020 12:29:49 +0000 (14:29 +0200)
committerPatrick Seidensal <pseidensal@suse.com>
Fri, 17 Jul 2020 12:50:21 +0000 (14:50 +0200)
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
src/cephadm/cephadm

index e457c6d430e5195dc108bf1ccbab2c058c5cc746..a677a21653b4cf08dd7bdb2147679219e3a09b1c 100755 (executable)
@@ -3856,7 +3856,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: