Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 committed Dec 11, 2024
1 parent 9d61873 commit e417730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
misplaced_patches=($(find -name "*.patch.toml" -not -path "./patches/*"))
if [ -n "$misplaced_patches" ]; then
for $misplaced_patch in ${misplaced_patches[@]}; do
for misplaced_patch in ${misplaced_patches[@]}; do
echo "::error Patch should be in /patches. file=$misplaced_patch"
done
patch_errored_fatal=1
Expand Down

0 comments on commit e417730

Please sign in to comment.