From 35da19cc1ffd781a3970cb1f34de993447230014 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Mar 2015 17:31:33 -0700 Subject: [PATCH] command/remote-config: remove weird error case that shows no error message /cc @sethvargo --- command/remote_config.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/command/remote_config.go b/command/remote_config.go index 7c06ac19a..46ab3e13b 100644 --- a/command/remote_config.go +++ b/command/remote_config.go @@ -44,12 +44,6 @@ func (c *RemoteConfigCommand) Run(args []string) int { return 1 } - // Show help if given no inputs - if !c.conf.disableRemote && c.remoteConf.Type == "atlas" && len(config) == 0 { - cmdFlags.Usage() - return 1 - } - // Set the local state path c.statePath = c.conf.statePath