Skip to content

Commit e5b6e96

Browse files
rimapolagrasth
andauthored
Update common/spec/specfiles.go
Co-authored-by: Agrasth Naman <agrasthn@jfrog.com>
1 parent 12d19a1 commit e5b6e96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/spec/specfiles.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ type File struct {
8989
Transitive string
9090
TargetPathInArchive string
9191
include []string
92-
Package string
93-
Version string
94-
Type string
95-
RepoKey string
92+
Package string `json:"package,omitempty"`
93+
Version string `json:"version,omitempty"`
94+
Type string `json:"type,omitempty"`
95+
RepoKey string `json:"repo_key,omitempty"`
9696
}
9797

9898
func (f File) GetInclude() []string {

0 commit comments

Comments
 (0)