Skip to content

Commit

Permalink
Fixing member roles
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptiklemur committed Aug 25, 2020
1 parent 47fb03f commit e27c26a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion discord/resource_discord_member_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func resourceDiscordMemberRoles() *schema.Resource {
},
"role": {
Type: schema.TypeSet,
Set: schema.HashString,
Required: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down
3 changes: 2 additions & 1 deletion modd.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/*.go {
prep: go build -o ~/.terraform.d/plugins/terraform-provider-discord
prep: go build -o terraform-provider-discord
prep: cp terraform-provider-discord /usr/local/share/terraform/plugins/terraform.dev/aequasi/discord/1.0.0/linux_amd64/terraform-provider-discord_v1.0.0
}

0 comments on commit e27c26a

Please sign in to comment.