We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9ae3b commit 3b1f341Copy full SHA for 3b1f341
config.go
@@ -30,8 +30,6 @@ func NewConfig() *Config {
30
c := &Config{
31
Hosts: map[string]struct{}{},
32
SSHConfig: &ssh.ClientConfig{},
33
- Job: &Job{},
34
- JobStack: &[]Job{},
35
BastionHostSSHConfig: &ssh.ClientConfig{},
36
}
37
return c
0 commit comments