ssh-external option of configtest is not working #178

This commit is contained in:
Kota Kanbe
2016-09-14 10:41:19 +09:00
parent 99cab34527
commit 2dcb7d5ce1

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 {