Skip to content

Commit

Permalink
remove unsaved diff from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
marensofier committed Aug 26, 2024
1 parent 9af4925 commit d2142e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcpkms/keysource.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func getGoogleCredentials() ([]byte, error) {

return []byte(defaultCredentials), nil
}
return nil, fmt.Errorf("could not find google credential file")
return nil, fmt.Errorf("could not find Google credential file")
}

// getGoogleOAuthToken returns the SopsGoogleCredentialsOauthToken variable,
Expand Down

0 comments on commit d2142e2

Please sign in to comment.