fixed a typo in an exception message regarding absence of config files while starting up vault (#6816)

This commit is contained in:
Srikanth Venkatesh
2019-07-24 22:28:48 +05:30
committed by Jeff Mitchell
parent e4132a0e79
commit 94db194a4d

View File

@@ -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