File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,14 @@ public struct Env: Equatable, ExpressibleByStringLiteral {
135
135
136
136
if let overridePath = overridePath {
137
137
if let values = loadDotEnvFile ( path: overridePath) {
138
- Log . info ( " [Environment] loaded env from ` \( overridePath) `. " )
139
138
current. dotEnvVariables = values
139
+ Log . info ( " [Environment] loaded env from ` \( overridePath) `. " )
140
140
} else {
141
141
Log . error ( " [Environment] couldnt find dotenv at ` \( overridePath) `. " )
142
142
}
143
143
} else if let values = loadDotEnvFile ( path: defaultPath) {
144
- Log . info ( " [Environment] loaded env from ` \( defaultPath) `. " )
145
144
current. dotEnvVariables = values
145
+ Log . info ( " [Environment] loaded env from ` \( defaultPath) `. " )
146
146
} else {
147
147
Log . info ( " [Environment] no dotenv file found. " )
148
148
}
You can’t perform that action at this time.
0 commit comments