Skip to content

Commit d98add1

Browse files
committed
feat: upgrade goNixArgParser
1 parent c00b558 commit d98add1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goNixArgParser/optionSet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func (s *OptionSet) Add(opt Option) error {
157157
continue
158158
}
159159
envValue, hasEnv := os.LookupEnv(envVar)
160-
if !hasEnv || len(envValue) == 0 {
160+
if !hasEnv {
161161
continue
162162
}
163163

0 commit comments

Comments
 (0)