Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Jan 17, 2017
1 parent 4c2fa8e commit 064ba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
flag.Parse()

if *versionFlag {
fmt.Printf("ghbackup %s %s %s\n", version, runtime.GOOS, runtime.GOARCH)
fmt.Printf("sleepto %s %s %s\n", version, runtime.GOOS, runtime.GOARCH)
os.Exit(0)
}

Expand Down

0 comments on commit 064ba5d

Please sign in to comment.