We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b164cce commit cf397b2Copy full SHA for cf397b2
cmd/sops/main.go
@@ -1054,7 +1054,7 @@ func keyservices(c *cli.Context) (svcs []keyservice.KeyServiceClient) {
1054
return
1055
}
1056
1057
-func loadStoresConfig(context *cli.Context, path string) (*StoresConfig, error) {
+func loadStoresConfig(context *cli.Context, path string) (*config.StoresConfig, error) {
1058
var configPath string
1059
if context.String("config") != "" {
1060
configPath = context.String("config")
0 commit comments