Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge 3f7846b into fe8f325
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanl committed May 7, 2018
2 parents fe8f325 + 3f7846b commit 03f426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/schema.go
Expand Up @@ -289,7 +289,7 @@ type EnvironmentDestinationSpec struct {
type LibraryRefSpec struct {
Name string `json:"name"`
Registry string `json:"registry"`
GitVersion *GitVersionSpec `json:"gitVersion"`
GitVersion *GitVersionSpec `json:"gitVersion,omitempty"`
}

// GitVersionSpec is the specification for a Registry's Git Version.
Expand Down

0 comments on commit 03f426c

Please sign in to comment.