We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200579a commit 53cf1a9Copy full SHA for 53cf1a9
.github/setup/copr-custom-script
@@ -27,7 +27,7 @@ git clone \
27
# checkout requested revision
28
cd "$workdir"
29
30
-test -f "$hook_payload" && webook-checkout "$hook_payload"
+test -f "$hook_payload" && webhook-checkout "$hook_payload"
31
32
./make-srpm.sh |& tee srpm-build.log
33
srpm=$(grep Wrote: srpm-build.log | cut -d' ' -f2)
0 commit comments