From 2dcb7d5ce104c62bdf64b5b2fe2f6191baafafd9 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Wed, 14 Sep 2016 10:41:19 +0900 Subject: [PATCH] ssh-external option of configtest is not working #178 --- commands/configtest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/configtest.go b/commands/configtest.go index 8c97eae2..c2413cdb 100644 --- a/commands/configtest.go +++ b/commands/configtest.go @@ -97,6 +97,7 @@ func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interfa } c.Conf.Debug = p.debug + c.Conf.SSHExternal = p.sshExternal err = c.Load(p.configPath, keyPass) if err != nil {