This commit is contained in:
Robert Kaussow 2021-06-13 18:59:56 +02:00
parent e95a593ee4
commit f617a21850
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func (p *Plugin) Execute() error {
}
if p.settings.SkipMissing && !p.settings.IsFile {
logrus.Printf("comment skipped: 'message' is not a valid path or file does not exist wile 'skip-missing' is enabled")
logrus.Printf("comment skipped: 'message' is not a valid path or file does not exist while 'skip-missing' is enabled")
return nil
}