Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Jan 22, 2025
1 parent 5f755d1 commit a042ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OUT=${1:-"environment.remote.json"}

ENTRIES=""
MAP=$(< config/config-env.map)`
MAP=$(< config/config-env.map)
for ENTRY in $MAP; do #separate var with space
VALUE=$(printenv "${ENTRY#:*}")
KEY=${ENTRY%*:}
Expand Down

0 comments on commit a042ac9

Please sign in to comment.