Skip to content

Commit

Permalink
Fix reversed test
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Nov 3, 2020
1 parent ba471d1 commit e682291
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 e682291

Please sign in to comment.