Skip to content

Commit

Permalink
More rebus code
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG committed Oct 22, 2023
1 parent a7e9043 commit 5a9b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ for module in $final_modules; do
all_env="$(cat modules/$module/.env)"
for env in $all_env; do
env_name="$(echo "$env" | cut -d '=' -f 1)"
env_value="$(echo "$env" | cut -d '=' -f 2)"
env_value="${!env_name}"
sed -e "s|\$$env_name|$env_value|g" -i $file
done
done
Expand Down

0 comments on commit 5a9b1fa

Please sign in to comment.