We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abd17b4 + fefdbdf commit d84a324Copy full SHA for d84a324
cmd/sops/subcommand/updatekeys/updatekeys.go
@@ -45,7 +45,7 @@ func updateFile(opts Opts) error {
45
if err != nil {
46
return err
47
}
48
- store := common.DefaultStoreForPath(sc, opts.InputPath)
+ store := common.DefaultStoreForPathOrFormat(sc, opts.InputPath, opts.InputType)
49
log.Printf("Syncing keys for file %s", opts.InputPath)
50
tree, err := common.LoadEncryptedFile(store, opts.InputPath)
51
0 commit comments