Skip to content

Commit 3b1f341

Browse files
committed
uninitialised job values.
1 parent 2d9ae3b commit 3b1f341

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config.go

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ func NewConfig() *Config {
3030
c := &Config{
3131
Hosts: map[string]struct{}{},
3232
SSHConfig: &ssh.ClientConfig{},
33-
Job: &Job{},
34-
JobStack: &[]Job{},
3533
BastionHostSSHConfig: &ssh.ClientConfig{},
3634
}
3735
return c

0 commit comments

Comments
 (0)