Skip to content

Commit

Permalink
namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Nov 22, 2021
1 parent e26e0aa commit 9874a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerhub/resource_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func resourceRepository() *schema.Resource {

func updateReqest(d *schema.ResourceData) dh.Repository {
return dh.Repository{
Namespace: d.Get("namespace").(string),
Name: d.Get("name").(string),
Description: d.Get("description").(string),
FullDescription: d.Get("full_description").(string),
Expand Down

0 comments on commit 9874a4f

Please sign in to comment.