Skip to content

Commit

Permalink
chore: remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 14, 2023
1 parent e925b02 commit 6ef78d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appjson/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ type Healthcheck struct {
}

type OnFailure struct {
Command []string `json:"command,omitempty"`
Url string `json:"url,omitempty"`
OnNonzeroExit bool `json:"onNonzeroExit,omitempty"`
Command []string `json:"command,omitempty"`
Url string `json:"url,omitempty"`
}

type HealthcheckContext struct {
Expand Down

0 comments on commit 6ef78d8

Please sign in to comment.