projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom_webhook_url is misspelled

pry0cc opened this issue · comments

Notify version: v1.0.3

Current Behavior:

custom_webook_url is typo'd

Expected Behavior: it should be custom_webhook_url

Steps To Reproduce:

put custom_webhook_url in a configuration file, try notify, you will receive this error Post "": unsupported protocol scheme ""

Anything else:

I would fix it myself but I'm in a hurry, remember to update the tests too!

It should be fixed with #172, @pry0cc. Thank you for flagging this.