We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce50f8 commit 675be30Copy full SHA for 675be30
aws-es-proxy.go
@@ -458,8 +458,8 @@ func main() {
458
endpoint = v
459
} else {
460
text := "You need to specify Amazon ElasticSearch endpoint.\n" +
461
- "You can use either argument '-endpoint' OR environment variable 'ENDPOINT'.\n" +
462
- "Please run with '-h' for a list of available arguments."
+ "You can use either argument '-endpoint' OR environment variable 'ENDPOINT'.\n" +
+ "Please run with '-h' for a list of available arguments."
463
fmt.Println(text)
464
os.Exit(1)
465
}
@@ -472,7 +472,7 @@ func main() {
472
473
474
if ver {
475
- version := 1.0
+ version := 1.1
476
logrus.Infof("Current version is: v%.1f", version)
477
os.Exit(0)
478
0 commit comments