Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Bastien Wermeille <bastien.wermeille@gmail.com>
  • Loading branch information
Ph0tonic committed Sep 10, 2023
1 parent b164cce commit cf397b2
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 @@ -1054,7 +1054,7 @@ func keyservices(c *cli.Context) (svcs []keyservice.KeyServiceClient) {
return
}

func loadStoresConfig(context *cli.Context, path string) (*StoresConfig, error) {
func loadStoresConfig(context *cli.Context, path string) (*config.StoresConfig, error) {
var configPath string
if context.String("config") != "" {
configPath = context.String("config")
Expand Down

0 comments on commit cf397b2

Please sign in to comment.