main
Bel LaPointe 2024-10-31 12:20:04 -06:00
parent 8e7b4a4f5f
commit 4e85f48d9e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func main() {
fs := flag.NewFlagSet(os.Args[0], flag.ContinueOnError)
gcal := fs.Bool("gcal", false, "wait for google cal events")
ntfy := fs.String("http", "", "curl -X POST -d YO")
ntfy := fs.String("http", "", "https://squeaky2x3:dYbtypGkHXFtq1E00k2H42SPGUowi@ntfy.home.blapointe.com/alerts-render")
if err := fs.Parse(os.Args[1:]); err != nil {
panic(err)
}