Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit a0324fe

Browse files
author
Murat Kabilov
committed
fix
1 parent 5baf9f7 commit a0324fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func init() {
4848

4949
func main() {
5050
if *showVersion {
51-
fmt.Printf("pg-prometheus-exporter %s", version)
51+
fmt.Printf("postgresql prometheus exporter %s", version)
5252
os.Exit(0)
5353
}
5454

0 commit comments

Comments
 (0)