Skip to content

Commit

Permalink
fix cli install in single nominator mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yungwine authored Sep 10, 2024
1 parent 74e536b commit 8ac9d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def parse_args(answers: dict):
if validator_mode == 'Nominator pool':
validator_mode = 'nominator-pool'
elif validator_mode == 'Single pool':
validator_mode = 'single-pool'
validator_mode = 'single-nominator'
elif validator_mode == 'Liquid Staking':
validator_mode = 'liquid-staking'
res += f' -m {validator_mode}'
Expand Down

0 comments on commit 8ac9d4b

Please sign in to comment.