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 fba915f commit c40117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/scripts/micro-integrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ 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=}"
Expand Down

0 comments on commit c40117f

Please sign in to comment.