Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 30, 2023
1 parent 7c8da07 commit 1c04078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "$name_point"
echo $check_endpoint
if [[ "$name_point" == $check_endpoint ]]
if [[ `eval $name_point` == `eval $check_endpoint` ]]
then
echo "same"
else
Expand Down

0 comments on commit 1c04078

Please sign in to comment.