Skip to content

Commit

Permalink
Fix an issue related to update
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Jan 3, 2024
1 parent 8463b44 commit 899679e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/selfupdate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
// selfupdate github release --owner blockthrough --repo up-marble --name btctl.sign --version v1.0.0 --sign < ./bin/btctl
// selfupdate github download --owner blockthrough --repo up-marble --name btctl.sign --version v1.0.0 --verify > ./bin/btctl

var Version string = "v0.0.1"
var OS string = "darwin"
var Arch string = "arm64"
var Version string = "development"
var OS string = ""
var Arch string = ""

func main() {
updateAndRun(context.Background())
Expand Down

0 comments on commit 899679e

Please sign in to comment.