From e600ce054ab8ac61094b7b83a91fa75299f1914e Mon Sep 17 00:00:00 2001 From: Gowtham Munukutla Date: Tue, 13 Jul 2021 09:38:34 +0530 Subject: [PATCH] fix description related bugs in creating a template repo --- pkg/cmd/repo/create/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/repo/create/http.go b/pkg/cmd/repo/create/http.go index 649b431e4..d7cbe58ff 100644 --- a/pkg/cmd/repo/create/http.go +++ b/pkg/cmd/repo/create/http.go @@ -79,6 +79,7 @@ func repoCreate(client *http.Client, hostname string, input repoCreateInput, tem Visibility: input.Visibility, OwnerID: input.OwnerID, RepositoryID: templateRepositoryID, + Description: input.Description, } variables := map[string]interface{}{