Skip to content

Commit

Permalink
Fix bad function signature in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElgar committed Oct 27, 2021
1 parent 7d42569 commit b6f6070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.10.27
2021.10.27
2 changes: 1 addition & 1 deletion internal/install/managed.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "fmt"

const IsManaged = true

func (i *Install) UpgradeSelf(deviceID string) error {
func (i *Install) UpgradeSelf() error {
fmt.Println(`This version of exo was installed via a package manager and does not support self-upgrade. Please use your package manager to update.
Alternatively, you may uninstall exo using your system's package manager and download the latest version with:
Expand Down

0 comments on commit b6f6070

Please sign in to comment.