save file

This commit is contained in:
Roy Olav Purser 2021-06-18 11:00:08 +02:00
parent 8c63f40f56
commit 3a37ea3090
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -104,8 +104,8 @@ func (c *Config) Parse() {
}
for k, v := range c.env {
if failed && (v.parsed.err == nil) {
if v.empty {
if v.unset {
if v.unset {
if v.empty {
v.parsed.err = errors.New(fmt.Sprintf(`Environment variable "%s" not found. It should have been of type %s.`, k, v.dtype))
c.env[k] = v
} else {