Skip to content

Commit

Permalink
Fix the URL used for determining the latest SOPS version.
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fontein <[email protected]>
  • Loading branch information
felixfontein committed Jul 7, 2024
1 parent 8b5cafe commit 90a2157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func RetrieveLatestVersionFromUpstream() (string, error) {
//
// Unlike RetrieveLatestVersionFromUpstream, it returns the tag (e.g. "v3.7.3").
func RetrieveLatestReleaseVersion() (tag, url string, err error) {
const repository = "mozilla/sops"
const repository = "getsops/sops"
return newReleaseFetcher().LatestRelease(repository)
}

Expand Down

0 comments on commit 90a2157

Please sign in to comment.