Skip to content

Commit

Permalink
fixing go mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
viggin543 committed Dec 30, 2020
1 parent d1b55af commit fe6e40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commercetools/resource_category.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ func resourceCategory() *schema.Resource {
},
"name": {
Type: schema.TypeMap,
Required: false,
Required: true,
},
"description": {
Type: schema.TypeMap,
Optional: true,
},
"slug": {
Type: schema.TypeMap,
Optional: false,
Required: true,
},
//parent
//"orderHint": {
Expand Down

0 comments on commit fe6e40b

Please sign in to comment.