We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4416a commit a5e0824Copy full SHA for a5e0824
healthchecks/types.go
@@ -20,7 +20,7 @@ type HealthChecks struct {
20
}
21
22
type CmdHealthCheck struct {
23
- SshContext *ssh.SSHContext
+ SshContext *ssh.SSHContext
24
Description string
25
Cmd []string
26
Period int
secrets/secrets.go
@@ -14,7 +14,7 @@ type SecretError struct {
14
15
func wrap(err error) *SecretError {
16
return &SecretError{
17
- Err: err,
+ Err: err,
18
Fatal: true,
19
0 commit comments