mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 14:25:35 -04:00
server: Minor copy change
This commit is contained in:
parent
628e102419
commit
b474fa6dc5
1 changed files with 2 additions and 1 deletions
|
|
@ -75,8 +75,9 @@ func (c *ServerCommand) Run(args []string) int {
|
|||
}
|
||||
}
|
||||
|
||||
// Ensure that a backend is provided
|
||||
if config.Backend == nil {
|
||||
c.Ui.Error("Error: A physical backend must be specified in the configuration")
|
||||
c.Ui.Error("A physical backend must be specified")
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue