From 431f5e67068d35f26dbd19bc5ac7205cbce9c2bd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 25 Mar 2015 15:26:38 -0700 Subject: [PATCH] command/remote-config: syntax --- command/remote_config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command/remote_config.go b/command/remote_config.go index 2f106f909d..7c06ac19a4 100644 --- a/command/remote_config.go +++ b/command/remote_config.go @@ -179,9 +179,9 @@ func (c *RemoteConfigCommand) validateRemoteConfig() error { if err != nil { c.Ui.Error(fmt.Sprintf( "%s\n\n"+ - "If the error message above mentions requiring or modifying configuration\n" + - "options, these are set using the `-backend-config` flag. Example:\n" + - '-backend-config="name=foo" to set the `name` configuration', + "If the error message above mentions requiring or modifying configuration\n"+ + "options, these are set using the `-backend-config` flag. Example:\n"+ + "-backend-config=\"name=foo\" to set the `name` configuration", err)) } return err