Skip to content

Commit

Permalink
add missing dependency-file field (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored May 4, 2023
1 parent 215a9e8 commit 25c33fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/model/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type DependencyFile struct {
Name string `json:"name" yaml:"name"`
Operation string `json:"operation" yaml:"operation"`
SupportFile bool `json:"support_file" yaml:"support_file"`
SymlinkTarget string `json:"symlink_target,omitempty" yaml:"symlink_target,omitempty"`
Type string `json:"type" yaml:"type"`
Mode string `json:"mode" yaml:"mode,omitempty"`
}
Expand Down

0 comments on commit 25c33fe

Please sign in to comment.