indent err

This commit is contained in:
Joey Baker 2014-02-07 15:50:44 -08:00
parent 5655ffa8bf
commit 95545ca689

View file

@ -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: