Skip to content

Commit

Permalink
Actually use option --shamir-secret-sharing-threshold.
Browse files Browse the repository at this point in the history
The option was renamed while updatekeys was developed, and the name was not
updated in the updatekeys PR. See the following for more information:
getsops#1509 (comment)

Signed-off-by: Felix Fontein <[email protected]>
  • Loading branch information
felixfontein committed Sep 11, 2024
1 parent 50ad3e1 commit 3b493e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sops/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ func main() {
for _, path := range c.Args() {
err := updatekeys.UpdateKeys(updatekeys.Opts{
InputPath: path,
GroupQuorum: c.Int("shamir-secret-sharing-quorum"),
GroupQuorum: c.Int("shamir-secret-sharing-threshold"),
KeyServices: keyservices(c),
Interactive: !c.Bool("yes"),
ConfigPath: configPath,
Expand Down

0 comments on commit 3b493e1

Please sign in to comment.