Skip to content

Commit

Permalink
Update update_repo_CI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovely-XPP authored Aug 18, 2024
1 parent 702bd7d commit 9f49da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/update_repo_CI.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def get_remote_data(self):
info = info_all[k]
if i == self.bootloader:
oc_ver = info['version']
while oc_ver == self.oc_ver and oc_ver != self.oc_ver0:
while oc_ver != self.oc_ver and oc_ver != self.oc_ver0:
info = info_all[k]
oc_ver = info['version']
k += 1
Expand Down

0 comments on commit 9f49da1

Please sign in to comment.