gencerts: Print error lowercased for consistency.
This commit is contained in:
parent
aec17304a0
commit
427fb3cd94
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func main() {
|
|||
var err error
|
||||
cfg.Directory, err = os.Getwd()
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "No directory specified and Cannot get working directory\n")
|
||||
fmt.Fprintf(os.Stderr, "no directory specified and cannot get working directory\n")
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue