Skip to content

Commit

Permalink
chore main.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Jun 20, 2023
1 parent b8e9dce commit d286604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {
for (( i=0; i<${#PARAMETERS_VALUES[@]}; i++ ))
do
echo ""
IFS='>>' read -r -a VALUES <<< "${PARAMETERS_VALUES[$i]}"
IFS=' >> ' read -r -a VALUES <<< "${PARAMETERS_VALUES[$i]}"
CURRENT_VALUE=${VALUES[0]}
NEW_VALUE=$(echo ${VALUES[2]} | sed 's/$//;s/\n//')
echo "🔍 CURRENT_VALUE: $CURRENT_VALUE"
Expand Down

0 comments on commit d286604

Please sign in to comment.