Skip to content

Commit

Permalink
Merge pull request #10 from matyasselmeci/pr/iamdumb
Browse files Browse the repository at this point in the history
Fix reversed test
  • Loading branch information
brianhlin authored Nov 3, 2020
2 parents ba471d1 + e682291 commit e21a299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update-all-remote-wn-clients
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ def main():

ret = 0
for section in sections_list:
error = call_updater(cfg, section, updater_script, opts.log_dir, opts.dry_run)
if error:
ok = call_updater(cfg, section, updater_script, opts.log_dir, opts.dry_run)
if not ok:
ret = 1

return ret
Expand Down

0 comments on commit e21a299

Please sign in to comment.