Fix the formatting directives error during compilation

Signed-off-by: Sudeesh John <sudeesh@linux.vnet.ibm.com>
This commit is contained in:
sudeesh john
2018-06-20 08:52:27 +05:30
parent c1e1f3d6d9
commit 5a4f007e48
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