indent err

reviewable/pr18780/r1
Joey Baker 11 years ago
parent 603b051f71
commit c230d0b85e

@ -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…
Cancel
Save