diff options
Diffstat (limited to 'contrib/environment-to-ini/environment-to-ini.go')
-rw-r--r-- | contrib/environment-to-ini/environment-to-ini.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/environment-to-ini/environment-to-ini.go b/contrib/environment-to-ini/environment-to-ini.go index aade251902..03c876aa62 100644 --- a/contrib/environment-to-ini/environment-to-ini.go +++ b/contrib/environment-to-ini/environment-to-ini.go @@ -224,7 +224,6 @@ func DecodeSectionKey(encoded string) (string, string) { if !inKey { if splitter := strings.Index(remaining, "__"); splitter > -1 { section += remaining[:splitter] - inKey = true key += remaining[splitter+2:] } else { section += remaining |