Skip to content

Commit

Permalink
Deploy: env script fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Nov 29, 2022
1 parent 2d125b2 commit bde68b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/export_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for env_file in ${env_files[@]}; do
unset IFS
IFS=$'\n'

for line in ${file_test};
for line in ${file_text};
do
if [ ! -z "$line" ]; then
env_var_name=${line%%\=*}
Expand Down

0 comments on commit bde68b8

Please sign in to comment.