mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
parent
3c89eb0234
commit
ecc96d6ce0
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ func (n *gotifyTypeNotifier) Fire(entry *log.Entry) error {
|
||||||
resp, err := http.Post(n.getURL(), "application/json", jsonBodyBuffer)
|
resp, err := http.Post(n.getURL(), "application/json", jsonBodyBuffer)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("Failed to send Gotify notification: ", err)
|
fmt.Println("Failed to send Gotify notification: ", err)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
defer resp.Body.Close()
|
defer resp.Body.Close()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue