Skip to content

Commit

Permalink
Fix wrong variable being accessed in proposal summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Jun 26, 2024
1 parent 6172b2e commit 335cdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/dfinity/dre.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def propose_to_update_subnet_replica_version(
)
proposal_summary = (
f"""Update subnet {subnet_id} to replica version """
f"""[{git_revision}]({network.release_display_url}/{git_revision})
f"""[{git_revision}]({self.network.release_display_url}/{git_revision})
""".strip()
)
r = self.run(
Expand Down

0 comments on commit 335cdaf

Please sign in to comment.