fixed error message

This commit is contained in:
ston1th 2019-12-04 14:42:26 +01:00
commit 901e15858d

View file

@ -213,7 +213,7 @@ func statusUpdate(obj interface{}, s *StatusCache, sec typedcorev1.SecretInterfa
} }
err = postComment(pr, url, issue, secret) err = postComment(pr, url, issue, secret)
if err != nil { if err != nil {
log.Printf("error posting comment for %s:%s: %v", sha, status, err) log.Printf("error posting comment for %s issue %s: %v", url, issue, err)
return return
} }
} }