From 1c6f094306f3927f3e72228926fec85cc2df8e33 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Sat, 6 Jun 2026 19:50:38 +0000 Subject: [PATCH] fix(docs): correct comment typo in org_helpers.go (#1080) Change comment to end with '.env files.' instead of trailing '.env'. No functional change. --- workspace-server/internal/handlers/org_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace-server/internal/handlers/org_helpers.go b/workspace-server/internal/handlers/org_helpers.go index eb13ca246..82107cfd2 100644 --- a/workspace-server/internal/handlers/org_helpers.go +++ b/workspace-server/internal/handlers/org_helpers.go @@ -177,7 +177,7 @@ func isEnvIdentPart(c byte) bool { return isEnvIdentStart(c) || (c >= '0' && c <= '9') } -// loadWorkspaceEnv reads the org root .env and the workspace-specific .env +// loadWorkspaceEnv reads the org root .env and the workspace-specific .env files. // (workspace overrides org root). Used by both secret injection and channel // config expansion. // -- 2.52.0