1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-25 22:32:57 +02:00

Introduce Makefile

This commit is contained in:
Joel Speed
2019-01-04 10:58:30 +00:00
parent 9096c70e96
commit 372ecd0cf8
11 changed files with 209 additions and 26 deletions

View File

@@ -84,7 +84,7 @@ func main() {
flagSet.Parse(os.Args[1:])
if *showVersion {
fmt.Printf("oauth2_proxy v%s (built with %s)\n", VERSION, runtime.Version())
fmt.Printf("oauth2_proxy %s (built with %s)\n", VERSION, runtime.Version())
return
}