Skip to content

Commit 53cf1a9

Browse files
committed
ci: fix typo in the copr custom script
1 parent 200579a commit 53cf1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup/copr-custom-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git clone \
2727
# checkout requested revision
2828
cd "$workdir"
2929

30-
test -f "$hook_payload" && webook-checkout "$hook_payload"
30+
test -f "$hook_payload" && webhook-checkout "$hook_payload"
3131

3232
./make-srpm.sh |& tee srpm-build.log
3333
srpm=$(grep Wrote: srpm-build.log | cut -d' ' -f2)

0 commit comments

Comments
 (0)