Skip to content

Commit

Permalink
Merge pull request #360 from yungwine/patch-1
Browse files Browse the repository at this point in the history
fix cli install in single nominator mode
  • Loading branch information
EmelyanenkoK committed Sep 11, 2024
2 parents 74e536b + 8ac9d4b commit a467af5
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 a467af5

Please sign in to comment.