mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
fixed a typo in an exception message regarding absence of config files while starting up vault (#6816)
This commit is contained in:
committed by
Jeff Mitchell
parent
e4132a0e79
commit
94db194a4d
@@ -421,7 +421,7 @@ func (c *ServerCommand) Run(args []string) int {
|
|||||||
if config == nil {
|
if config == nil {
|
||||||
c.UI.Output(wrapAtLength(
|
c.UI.Output(wrapAtLength(
|
||||||
"No configuration files found. Please provide configurations with the " +
|
"No configuration files found. Please provide configurations with the " +
|
||||||
"-config flag. If you are supply the path to a directory, please " +
|
"-config flag. If you are supplying the path to a directory, please " +
|
||||||
"ensure the directory contains files with the .hcl or .json " +
|
"ensure the directory contains files with the .hcl or .json " +
|
||||||
"extension."))
|
"extension."))
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user