From 57d1230e6c38fba51d8d29904ef25c07eed7bfba Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Thu, 18 Jun 2015 13:48:18 -0700 Subject: [PATCH] command/server: fixing output weirdness --- command/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/server.go b/command/server.go index ed842a26f8..f3db676d76 100644 --- a/command/server.go +++ b/command/server.go @@ -155,7 +155,7 @@ func (c *ServerCommand) Run(args []string) int { "immediately begin using the Vault CLI.\n\n"+ "The only step you need to take is to set the following\n"+ "environment variables:\n\n"+ - " export VAULT_ADDR='http://127.0.0.1:8200'\n"+ + " export VAULT_ADDR='http://127.0.0.1:8200'\n\n"+ "The unseal key and root token are reproduced below in case you\n"+ "want to seal/unseal the Vault or play with authentication.\n\n"+ "Unseal Key: %s\nRoot Token: %s\n",