Skip to content

Commit

Permalink
ENV variables configuration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Sep 14, 2021
1 parent d6ae785 commit 30844e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export function readConfig(
)
: {}
),
parsedEnv.config ?? {}
(parsedEnv.config || undefined) ?? {}
),
overwrites ?? {}
)
Expand Down

0 comments on commit 30844e0

Please sign in to comment.