From 3b33d8ce650cedb070facf48717304fa9cf1529f Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Mon, 9 Sep 2024 09:40:03 +0200 Subject: [PATCH] Add comment --- bundle/phases/initialize.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/phases/initialize.go b/bundle/phases/initialize.go index aab8ccea..d8d03a32 100644 --- a/bundle/phases/initialize.go +++ b/bundle/phases/initialize.go @@ -55,6 +55,7 @@ func Initialize() bundle.Mutator { "workspace", "variables", ), + // Provide permission config errors & warnings after initializing all variables permissions.PermissionDiagnostics(), mutator.SetRunAs(), mutator.OverrideCompute(),