Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit ca73a95

Browse files
fgibertonivaclavbartos
authored andcommitted
Fixed load_env() parsing of .env files (intelowlproject#2400)
1 parent 5ae9a60 commit ca73a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ set_defaults_values () {
8787
}
8888

8989
load_env () {
90-
export "$(grep -v '^#' "$1" | xargs -d '\n')"
90+
export "$(grep -v '^#' "$1")"
9191
}
9292

9393
if ! docker compose version > /dev/null 2>&1; then

0 commit comments

Comments
 (0)