Merge pull request #2420 from sudeeshjohn/master

Fixing the formatting directives error during compilation
This commit is contained in:
Kenfe-Mickaël Laventure
2018-07-05 08:29:07 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ This tool should be ran from the root of the project repository for a new releas
if err != nil {
return err
}
logrus.Info("Welcome to the %s release tool...", r.ProjectName)
logrus.Infof("Welcome to the %s release tool...", r.ProjectName)
previous, err := getPreviousDeps(r.Previous)
if err != nil {
return err