Skip to content

Commit

Permalink
Fix typo in renounce_roles script
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Dec 3, 2021
1 parent f82e16b commit f2ef0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/renounce_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def main():
deployer = get_deployer_account(get_is_live())
print("DEPLOYER:", deployer)
print(
f"Renounce PAUSE_ROLE, UNPAUSE_ROLE, CANCEL_ROL from {deployer} on EasyTrack ({EASY_TRACK_ADDRESS})"
f"Renounce PAUSE_ROLE, UNPAUSE_ROLE, CANCEL_ROLE from {deployer} on EasyTrack ({EASY_TRACK_ADDRESS})"
)
print("Proceed? [y/n]: ")
if not prompt_bool():
Expand Down

0 comments on commit f2ef0e4

Please sign in to comment.