From a3d7a3015b3a3ac42eb6a788ebf8df99e28f9fd3 Mon Sep 17 00:00:00 2001 From: davemaguire <32852526+davemaguire@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:45:48 -0500 Subject: [PATCH] Minor fix - updated typo in entrypoint.sh --- compare-action/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare-action/entrypoint.sh b/compare-action/entrypoint.sh index d57fea4..74ba7f8 100755 --- a/compare-action/entrypoint.sh +++ b/compare-action/entrypoint.sh @@ -78,7 +78,7 @@ python -m piperider_cli.recipes.github_action prepare_for_action run_commands=$(python -m piperider_cli.recipes.github_action make_recipe_command) IFS=$'\n' for cmd in $run_commands; do - echo "[PipeRider] CMD Execlute => $cmd" + echo "[PipeRider] CMD Execute => $cmd" eval $cmd ; rc=$? done