Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Antoine-Gombeaud committed Sep 11, 2019
1 parent 5fa7fa9 commit deaff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func KeycloakProvider() *schema.Provider {
"client_timeout": {
Optional: true,
Type: schema.TypeInt,
Description: "Timeout (in seconds) of the Keycloak client"
Description: "Timeout (in seconds) of the Keycloak client",
Default: 5,
},
},
Expand Down

0 comments on commit deaff63

Please # to comment.