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 )