Skip to content

Commit a467af5

Browse files
authored
Merge pull request #360 from yungwine/patch-1
fix cli install in single nominator mode
2 parents 74e536b + 8ac9d4b commit a467af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def parse_args(answers: dict):
6666
if validator_mode == 'Nominator pool':
6767
validator_mode = 'nominator-pool'
6868
elif validator_mode == 'Single pool':
69-
validator_mode = 'single-pool'
69+
validator_mode = 'single-nominator'
7070
elif validator_mode == 'Liquid Staking':
7171
validator_mode = 'liquid-staking'
7272
res += f' -m {validator_mode}'

0 commit comments

Comments
 (0)