Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedev committed Jun 28, 2016
1 parent f2fbd00 commit d6d2b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_iot_thing.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func resourceAwsIotThingUpdate(d *schema.ResourceData, meta interface{}) error {
}

if d.HasChange("principals") {
err := updatePrincipals(conn, d, meta)
err := updatePrincipals(conn, d)
if err != nil {
log.Printf("[ERROR] %v", err)
return err
Expand Down

0 comments on commit d6d2b43

Please sign in to comment.