Skip to content

Commit a75139b

Browse files
authored
Update custom.yml
1 parent ff5d65b commit a75139b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/custom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Custom build kernel and Wi-Fi module
1+
name: Custom Build kernel and Wi-Fi module
22

33
on:
44
workflow_dispatch:
@@ -87,8 +87,8 @@ jobs:
8787
patch -N -p1 < 50_add_susfs_in_kernel-4.14.patch
8888
fi
8989
if find . -name "*.rej" | grep -q .; then
90-
echo "SUSFS patch rejects found:"; find . -name "*.rej" -print -exec sed -n '1,20p' {} \;;
91-
exit 1;
90+
echo "SUSFS patch rejects found:"; find . -name "*.rej" -print -exec sed -n '1,20p' {} \;
91+
exit 1
9292
fi
9393
9494
- name: Patch btrfs struct timespec64 using patch file

0 commit comments

Comments
 (0)