Skip to content

Commit 241f90a

Browse files
pmarekejohnstcn
andauthored
feat: fix typo in summary field
Co-authored-by: Cian Johnston <[email protected]>
1 parent 3eb23d2 commit 241f90a

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+
Summary: "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)