Merge pull request #179 from future-architect/ssh-external-configtest

ssh-external option of configtest is not working #178
This commit is contained in:
Kota Kanbe
2016-09-14 10:53:15 +09:00
committed by GitHub

View File

@@ -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 {