From 2039bb67c89c3314248e0999a09d47978a1955b0 Mon Sep 17 00:00:00 2001 From: Alex Suraci Date: Sat, 25 Jul 2015 08:39:12 -0700 Subject: [PATCH] add an 'i' --- resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.go b/resources.go index a5b1c52..9cb67df 100644 --- a/resources.go +++ b/resources.go @@ -37,7 +37,7 @@ type OutParams struct { NamePath string `json:"name"` BodyPath string `json:"body"` TagPath string `json:"tag"` - CommitishPath string `json:"commitsh"` + CommitishPath string `json:"commitish"` Globs []string `json:"globs"` }