diff --git a/command/server.go b/command/server.go index e6dd679752..7047b79f42 100644 --- a/command/server.go +++ b/command/server.go @@ -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 }