Skip to content

Commit d2142e2

Browse files
committed
remove unsaved diff from rebase
1 parent 9af4925 commit d2142e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcpkms/keysource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func getGoogleCredentials() ([]byte, error) {
264264

265265
return []byte(defaultCredentials), nil
266266
}
267-
return nil, fmt.Errorf("could not find google credential file")
267+
return nil, fmt.Errorf("could not find Google credential file")
268268
}
269269

270270
// getGoogleOAuthToken returns the SopsGoogleCredentialsOauthToken variable,

0 commit comments

Comments
 (0)