From 24e2e49ee2d0088c82351a37837280a78da8234a Mon Sep 17 00:00:00 2001 From: Brendan Melville Date: Fri, 6 Nov 2015 16:29:47 -0800 Subject: [PATCH] Adding todo for filling in actual URL. --- client/client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/client.go b/client/client.go index 3a841955e..779cb238e 100644 --- a/client/client.go +++ b/client/client.go @@ -146,12 +146,11 @@ func loadTemplate(name string) *expander.Template { template.Name = name } - log.Printf("%v", template) - return template } func buildTemplateFromType(name string, typeName string) *expander.Template { + // TODO: Fill this in with an actual URL fetched from github. fullType := *repository + "/" + typeName props := make(map[string]interface{})