From 42a67f8ad5ecb684b2d530c2b884a299604d6588 Mon Sep 17 00:00:00 2001 From: seydx Date: Fri, 6 Jun 2025 02:18:00 +0200 Subject: [PATCH] comments --- pkg/shell/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/shell/shell.go b/pkg/shell/shell.go index 49fb432a..64931a91 100644 --- a/pkg/shell/shell.go +++ b/pkg/shell/shell.go @@ -15,7 +15,7 @@ import ( var ( secretReplacer *strings.Replacer - secretValues map[string]bool // Tracker für alle bekannten Secret-Werte + secretValues map[string]bool secretMutex sync.RWMutex )