Skip to content

Commit 3eb23d2

Browse files
committed
feat: add missing parenthesis
1 parent 63607a3 commit 3eb23d2

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
@@ -59,7 +59,7 @@ func workspaceOwnerDataSource() *schema.Resource {
5959
diags = append(diags, diag.Diagnostic{
6060
Severity: diag.Warning,
6161
Summmary: "WARNING: The CODER_WORKSPACE_OWNER_LOGIN_TYPE env variable is not set",
62-
},
62+
})
6363
}
6464
_ = rd.Set("login_type", os.Getenv("CODER_WORKSPACE_OWNER_LOGIN_TYPE"))
6565

0 commit comments

Comments
 (0)