Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd34fdc

Browse files
committedJul 17, 2024·
fixup
1 parent ba3ccb9 commit cd34fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎internal/provider/group_resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ provider coderd {
118118
}
119119
120120
resource "coderd_group" "test" {
121-
name = {{orNull .Name}}
121+
name = {{orNull .Name}}
122122
display_name = {{orNull .DisplayName}}
123123
avatar_url = {{orNull .AvatarUrl}}
124124
quota_allowance = {{orNull .QuotaAllowance}}
125125
organization_id = {{orNull .OrganizationID}}
126-
members = {{orNull .Members}}
126+
members = {{orNull .Members}}
127127
}
128128
`
129129
funcMap := template.FuncMap{

0 commit comments

Comments
 (0)
Please sign in to comment.