File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ func main() {
63
63
64
64
if * keyFile == "" {
65
65
if botsData .Options .Key == "" {
66
- fmt .Println ("Private key file not specified. Please specify it with the -k flag or in the bots.yaml file ." )
66
+ fmt .Println ("Private key file not specified. Please specify it in the bots.yaml file or use the -k flag ." )
67
67
os .Exit (1 )
68
68
}
69
69
* keyFile = botsData .Options .Key
70
70
}
71
71
72
72
if * certFile == "" {
73
73
if botsData .Options .Cert == "" {
74
- fmt .Println ("Certificate file not specified. Please specify it with the -c flag or in the bots.yaml file " )
74
+ fmt .Println ("Certificate file not specified. Please specify it in the bots.yaml file or use the -c flag. " )
75
75
os .Exit (1 )
76
76
}
77
77
* certFile = botsData .Options .Cert
You can’t perform that action at this time.
0 commit comments