Skip to content

Commit

Permalink
fix: correct condename to codename
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyukikumazawa committed Sep 23, 2024
1 parent 2db92ee commit ee8cd69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def handle(self, *args, **options):
# Initialize a ConfigParser object
config = configparser.ConfigParser()

config["subnet"] = {"condename": codename, "autovalidator_address": autovalidator_address}
config["subnet"] = {"codename": codename, "autovalidator_address": autovalidator_address}

# Write the configuration to config.ini
try:
Expand Down

0 comments on commit ee8cd69

Please sign in to comment.