Commit 95545ca6 by Joey Baker

indent err

parent 5655ffa8
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment