Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kaymckay committed Mar 9, 2022
2 parents c495773 + 7ce3413 commit 2179abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/vela-email/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (p *Plugin) Validate() error {
defer logrus.Trace("exited plugin.Validate")

logrus.Info("Validating Parameters...")

if len(p.EmailFilename) != 0 {
fileInfo, err := os.Stat(p.EmailFilename)
if errors.Is(err, os.ErrNotExist) {
Expand Down

0 comments on commit 2179abe

Please sign in to comment.