Skip to content

Commit

Permalink
Update src/internal/agent/hooks/argocd-application.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wayne Starr <[email protected]>
  • Loading branch information
dgershman and Racer159 committed Jul 9, 2023
1 parent c4cf19f commit ede00f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/internal/agent/hooks/argocd-application.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ import (
)

type Source struct {
Path string `json:"path"`
RepoURL string `json:"repoURL,omitempty"`
TargetRevision string `json:"targetRevision,omitempty"`
RepoURL string `json:"repoURL"`
}

type ArgoApplication struct {
Expand Down

0 comments on commit ede00f7

Please sign in to comment.