Skip to content

Commit

Permalink
Fixed typo in error text string in GitHub automated workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 1, 2021
1 parent 91d4bb8 commit 94fdd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
temp=$(grep -c "BEGIN" cf/cfe_test.tmp)
if [ $temp -eq $counter ]; then
echo "Test is frozen. Quiting"
echo "Test is frozen. Quitting"
break
fi
Expand Down

0 comments on commit 94fdd22

Please sign in to comment.