let the handlers, well, handle this

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2022-12-23 14:13:13 +00:00
parent 8f4b3af31c
commit cd53817db7
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ main() {
done done
target=$1; [[ "$target" ]] || { usage; exit; } target=$1; [[ "$target" ]] || { usage; exit; }
target=$(urldecode "$target") # target=$(urldecode "$target") # No idea why I thought this was necessary.
cfg dryrun && { cfg dryrun && {
printf 'Dry run: not actually running the handler\n' >&2 printf 'Dry run: not actually running the handler\n' >&2