indent err
This commit is contained in:
parent
603b051f71
commit
c230d0b85e
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ def main():
|
|||
installed, missing = npm.list()
|
||||
outdated = npm.list_outdated()
|
||||
if len(missing) or len(outdated):
|
||||
changed = True
|
||||
npm.install()
|
||||
changed = True
|
||||
npm.install()
|
||||
else: #absent
|
||||
installed, missing = npm.list()
|
||||
if name in installed:
|
||||
|
|
Loading…
Reference in a new issue