Skip to content

Commit cf397b2

Browse files
committed
Fix build
Signed-off-by: Bastien Wermeille <bastien.wermeille@gmail.com>
1 parent b164cce commit cf397b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sops/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ func keyservices(c *cli.Context) (svcs []keyservice.KeyServiceClient) {
10541054
return
10551055
}
10561056

1057-
func loadStoresConfig(context *cli.Context, path string) (*StoresConfig, error) {
1057+
func loadStoresConfig(context *cli.Context, path string) (*config.StoresConfig, error) {
10581058
var configPath string
10591059
if context.String("config") != "" {
10601060
configPath = context.String("config")

0 commit comments

Comments
 (0)