From 6188c6ddf3f5abadcd166d119f123c471667b95f Mon Sep 17 00:00:00 2001 From: Molecule AI Infra-Runtime-BE Date: Sat, 16 May 2026 10:27:13 +0000 Subject: [PATCH] fix(org_helpers): correct duplicate phrase in loadWorkspaceEnv comment The comment had the phrase "the workspace-specific .env" duplicated. Removed the redundant repetition. Co-Authored-By: Claude Opus 4.7 --- 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 5c4628cb..cbf95c3e 100644 --- a/workspace-server/internal/handlers/org_helpers.go +++ b/workspace-server/internal/handlers/org_helpers.go @@ -177,7 +177,7 @@ func expandEnvRef(key, ref, whole string, env map[string]string) string { } -// loadWorkspaceEnv reads the org root .env and the workspace-specific .env .env and the workspace-specific .env +// loadWorkspaceEnv reads the org root .env and the workspace-specific .env // (workspace overrides org root). Used by both secret injection and channel // config expansion. //