Skip to content

Commit

Permalink
fix print arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleBanks committed Mar 27, 2017
1 parent 5b2ed03 commit b254b92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ func checkRelease() {
return
}

log.Printf("\n\n***\nVersion %v available, to update now:\ngo get -u github.com/%v/%v/cmd/goggles\n***\n\n", owner, repo, version)
log.Printf("\n\n***\nVersion %v available, to update now:\ngo get -u github.com/%v/%v/cmd/goggles\n***\n\n", version, owner, repo)
}
20 changes: 10 additions & 10 deletions server/assets/bindata_assetfs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b254b92

Please sign in to comment.