Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Aug 4, 2023
1 parent 9ff9895 commit b37f1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_pages/update_pages_action/files/indexfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_contents(self):
"""build index.html with available documentation variants
"""
variants = self.format_iframe(src=self.variants_url)
variants = textwrap.indent(versions, " ")
variants = textwrap.indent(variants, " ")

index_template = PagesTemplate(working_dir=self.repo.working_dir,
name="index.html").read()
Expand Down

0 comments on commit b37f1d2

Please sign in to comment.