Skip to content

Commit 63607a3

Browse files
committed
feat: add missing comma
1 parent 2f3f734 commit 63607a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/workspace_owner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func workspaceOwnerDataSource() *schema.Resource {
5858
if os.Getenv("CODER_WORKSPACE_OWNER_LOGIN_TYPE") == "" {
5959
diags = append(diags, diag.Diagnostic{
6060
Severity: diag.Warning,
61-
Summmary: "WARNING: The CODER_WORKSPACE_OWNER_LOGIN_TYPE env variable is not set"
61+
Summmary: "WARNING: The CODER_WORKSPACE_OWNER_LOGIN_TYPE env variable is not set",
6262
},
6363
}
6464
_ = rd.Set("login_type", os.Getenv("CODER_WORKSPACE_OWNER_LOGIN_TYPE"))

0 commit comments

Comments
 (0)