Skip to content

Commit

Permalink
Fixing bug in create-env.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaddingham committed Aug 27, 2024
1 parent 9f849f8 commit 28b7233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azd/scripts/create-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ for entry in "${required_vars[@]}"; do
echo -n "$entry is not set in the current environment, please supply it: "
read -r value
update_env_var "$entry" "$value"
else
update_env_var "$entry" "${!entry}"
fi
done

Expand Down

0 comments on commit 28b7233

Please sign in to comment.