Skip to content

Commit

Permalink
Update main.Version comment to conform to godoc convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
free committed Nov 1, 2017
1 parent 1170b65 commit 526e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jiralert/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
listenAddress = flag.String("listen-address", ":9097", "The address to listen on for HTTP requests.")
configFile = flag.String("config", "config/jiralert.yml", "The JIRAlert configuration file")

// Build version, set by make to latest git tag via `-ldflags "-X main.Version=$(VERSION)"`.
// Version is the build version, set by make to latest git tag/hash via `-ldflags "-X main.Version=$(VERSION)"`.
Version = "<local build>"
)

Expand Down

0 comments on commit 526e2ad

Please sign in to comment.