Skip to content

Commit

Permalink
Merge pull request #1608 from felixfontein/updatekeys-shamir
Browse files Browse the repository at this point in the history
updatekeys subcommand: actually use option `--shamir-secret-sharing-threshold`
  • Loading branch information
felixfontein committed Sep 11, 2024
2 parents 50ad3e1 + 3b493e1 commit 4a91a24
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 4a91a24

Please sign in to comment.