Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-06-05 14:07:30 -04:00
parent e9dc83b69c
commit 882e590595
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -40,7 +40,7 @@ type AnalysisResult struct {
Repositories []Repository `json:"repositories"`
RegistryDomain string `json:"registryDomain"`
Name string `json:"name"`
LastUpdated string `json:lastUpdated`
LastUpdated string `json:"lastUpdated"`
}
func (rc *registryController) repositories(staticDir string) error {