mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +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 {
|
||||
c.UI.Output(wrapAtLength(
|
||||
"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 " +
|
||||
"extension."))
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user