server: Minor copy change

This commit is contained in:
Armon Dadgar 2015-05-20 17:49:16 -07:00
parent 628e102419
commit b474fa6dc5

View file

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