summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 74e6911bb6..429314acc1 100644
--- a/main.go
+++ b/main.go
@@ -189,5 +189,5 @@ func formatBuiltWith() string {
return " built with " + version
}
- return " built with " + version + " : " + strings.Replace(Tags, " ", ", ", -1)
+ return " built with " + version + " : " + strings.ReplaceAll(Tags, " ", ", ")
}