Skip to content

Commit

Permalink
Update the script
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Nov 22, 2024
1 parent a624f52 commit 364f4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distribution/src/scripts/micro-integrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ do
args="$args $c"
fi
# Check if the argument starts with --env-file=
if [ "$c" == --env-file=* ]; then
if [ "$c" == "--env-file=* " ]; then
echo "_____________________ env file __________"
# Extract the file path from the argument
file_path="${c#--env-file=}"
export_env_file "$file_path"
Expand Down

0 comments on commit 364f4dd

Please sign in to comment.