fix description related bugs in creating a template repo

This commit is contained in:
Gowtham Munukutla 2021-07-13 09:38:34 +05:30
parent 0a9fcb9332
commit e600ce054a

View file

@ -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{}{