Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Aug 15, 2024
1 parent ec4b0da commit dd9713d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smoke-test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ while true; do
fi


if [ "$L2_TRANSACTION_SUCCEEDED" = true ] && [ "$LASTEST_CONFIRMATION_FETCHED" = true ]; then
if [ "$L2_TRANSACTION_SUCCEEDED" = true ] && [ "$LATEST_CONFIRMATION_FETCHED" = true ]; then
SUCCEEDED=true
break
fi
Expand All @@ -51,4 +51,6 @@ if [ "$SUCCEEDED" = false ]; then
exit 1
fi

echo "Smoke test succeeded"

exit 0

0 comments on commit dd9713d

Please sign in to comment.