Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jul 18, 2023
1 parent 9782b12 commit f91b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_pages/ntd2d_action/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _calc_branches_and_versions(self):

gha_utils.debug(f"Cloned {branch.name} to {self.latest[0].name}")

self.versions.sort(reverse=True))
self.versions.sort(reverse=True)
if len(self.stable_versions) > 0:
if self.current_variant.name == self.stable_versions[0]:
# replace any built documents in stable/
Expand Down

0 comments on commit f91b618

Please sign in to comment.