Skip to content

Commit

Permalink
remove unsaved diff from rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Maren Sofie Ringsby <[email protected]>
  • Loading branch information
marensofier committed Aug 27, 2024
1 parent a0ea9a7 commit 10b1384
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 10b1384

Please sign in to comment.