Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 26, 2023
1 parent 57821a4 commit 65aca68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_device.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func resourceDevice() *schema.Resource {
},
},
"poe_mode": {
Description: "PoE mode of the port; valid values are `auto`, `pasv24`, `passthrough`, and `off`.",
Description: "PoE mode of the port; valid values are `auto`, `pasv24`, `passthrough`, and `off`.",
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice([]string{"auto", "pasv24", "passthrough", "off"}, false),
Expand Down

0 comments on commit 65aca68

Please sign in to comment.