Skip to content

Commit

Permalink
shortcircuit github failure (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetechnocrat-dev authored Jun 30, 2023
1 parent 98fce6a commit 165c103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ func upgradePlexVersion() error {
latestReleaseVersionStr, err := getLatestReleaseVersionStr()
if err != nil {
fmt.Println("Error getting latest release version:", err)
os.Exit(1)
fmt.Println("Assuming this is the latest release")
return nil
}

latestReleaseVersion, err := semver.NewVersion(latestReleaseVersionStr)
Expand Down

0 comments on commit 165c103

Please sign in to comment.