Renamed file

This commit is contained in:
southerntofu 2020-04-27 17:51:47 +02:00
parent 1d3740227b
commit 2dd1df7ca2
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
# We only take one argument!
if [[ $# != 1 ]]; then
echo "FATAL ERROR: webhook-run-backend can't deal with $# argument(s) (BUG)"
echo "FATAL ERROR: forgehook-run-backend can't deal with $# argument(s) (BUG)"
[[ $# != 0 ]] && echo "Found arguments: "$@""
exit 1
fi
# OK, now we're running as unprivileged user who wants to start their build scripts
# TODO: Maybe we should not care whether matching build tasks were found? Or maybe
# we do care and we want the webhook-endpoint to have nice info about which remotes
# we do care and we want the forgehook-endpoint to have nice info about which remotes
# failed to update and why?
# TODO: https://tildegit.org/southerntofu/git-build.sh/issues/14