Skip to content

Commit 450fcb4

Browse files
committed
Merge pull request dominis#43 from daburmistrov/master
fix indent
2 parents eb5e590 + 356c4a5 commit 450fcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class AnsibleShell(cmd.Cmd):
145145
modules = set()
146146
module_paths = ansible.utils.plugins.module_finder._get_paths()
147147
for path in module_paths:
148-
if path is not None:
148+
if path is not None:
149149
modules.update(self._find_modules_in_path(path))
150150

151151
return modules

0 commit comments

Comments
 (0)