actually use variables

This commit is contained in:
stryan 2021-09-16 17:23:16 -04:00
parent b4e00b3d11
commit ac1db5cf75
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func main() {
} else {
log.Printf("Notifying %v", *hookPtr)
}
Notify(Patch{}, "")
Notify(Patch{}, *hookPtr)
for {
time.Sleep(30 * time.Second)