From f561108eef042b61588e174172c8c942ba0d57a4 Mon Sep 17 00:00:00 2001 From: Lucas Alcantara Date: Sat, 5 Nov 2016 15:26:17 -0200 Subject: [PATCH] changed updatedAt json to correct json value Closes #469. Change-Id: Ia5e4b979cc7cf70734c4104eb5616e0eb9cd5c3d --- github/repos_pages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/repos_pages.go b/github/repos_pages.go index 5194f27..ddd8301 100644 --- a/github/repos_pages.go +++ b/github/repos_pages.go @@ -30,7 +30,7 @@ type PagesBuild struct { Commit *string `json:"commit,omitempty"` Duration *int `json:"duration,omitempty"` CreatedAt *Timestamp `json:"created_at,omitempty"` - UpdatedAt *Timestamp `json:"created_at,omitempty"` + UpdatedAt *Timestamp `json:"updated_at,omitempty"` } // GetPagesInfo fetches information about a GitHub Pages site.