Fix in #15242 gets confused by environment variables containing '=' #15836
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
See #15415 / #15415.
@cdoern Thanks for this, but it seems to get confused by environment variables with '=' in the value:
I'm guessing this string.Split(entry, "=") should be string.SplitN(entry, "=", 2)
The text was updated successfully, but these errors were encountered: