Skip to content

Commit

Permalink
Merge pull request #1553 from felixfontein/version
Browse files Browse the repository at this point in the history
Fix the URL used for determining the latest SOPS version
  • Loading branch information
felixfontein authored Jul 7, 2024
2 parents 8b5cafe + 90a2157 commit ac7ad19
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 ac7ad19

Please sign in to comment.