Skip to content

Commit

Permalink
uninitialised job values.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiscoRiver committed Sep 30, 2021
1 parent 2d9ae3b commit 3b1f341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ func NewConfig() *Config {
c := &Config{
Hosts: map[string]struct{}{},
SSHConfig: &ssh.ClientConfig{},
Job: &Job{},
JobStack: &[]Job{},
BastionHostSSHConfig: &ssh.ClientConfig{},
}
return c
Expand Down

0 comments on commit 3b1f341

Please sign in to comment.