Skip to content

Commit

Permalink
Update validate-recipes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bberkeyU authored Nov 22, 2024
1 parent 13a7fc8 commit 6efbda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
for repeats in range(forCount):
for nextLine in range(len(results)-i):
if len(results[startLine+nextLine]).lower().split())> 0:
if len(results[startLine+nextLine]).lower().split()> 0:
print((results[startLine+nextLine]))
print((results[startLine+nextLine]).lower().split())
if "endfor" == (results[startLine+nextLine]).lower().split()[0]:
Expand Down

0 comments on commit 6efbda4

Please sign in to comment.