Skip to content

Commit aa9f10c

Browse files
authored
review suggestions
1 parent 8a263dc commit aa9f10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/workspace.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func workspaceDataSource() *schema.Resource {
3636

3737
ownerEmail := os.Getenv("CODER_WORKSPACE_OWNER_EMAIL")
3838
if ownerEmail == "" {
39-
ownerEmail = "default"
39+
ownerEmail = "default@example.com"
4040
}
4141
_ = rd.Set("owner_email", ownerEmail)
4242

0 commit comments

Comments
 (0)