Skip to content

Commit

Permalink
Merge pull request #14 from Carlos920/merge
Browse files Browse the repository at this point in the history
fix for loop variable error
  • Loading branch information
easterNday authored May 31, 2024
2 parents 1ba5509 + 374b63b commit b10513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
# Add configuration
for config in $(cat ${{ env.ADD_DEFCONFIG }})
do
echo $i >> ${{ env.DEFCONFIG }}
echo $config >> ${{ env.DEFCONFIG }}
done
# Apply patch
Expand Down

0 comments on commit b10513e

Please sign in to comment.