forked from toolshed/abra
docs: less quotes, different quotes
This commit is contained in:
@ -177,7 +177,7 @@ will know that things are likely to change.
|
||||
}
|
||||
|
||||
if !hasAppService {
|
||||
logrus.Fatalf("%s has no main 'app' service?", recipe.Name)
|
||||
logrus.Fatalf("%s has no main app service?", recipe.Name)
|
||||
}
|
||||
|
||||
logrus.Debugf("selecting %s as the service to sync version label", mainService)
|
||||
@ -187,9 +187,9 @@ will know that things are likely to change.
|
||||
if err := recipe.UpdateLabel(mainService, label); err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
logrus.Infof("synced label '%s' to service '%s'", label, mainService)
|
||||
logrus.Infof("synced label %s to service %s", label, mainService)
|
||||
} else {
|
||||
logrus.Infof("dry run only: NOT syncing label %s for recipe %s", nextTag, recipe.Name)
|
||||
logrus.Infof("dry run: not syncing label %s for recipe %s", nextTag, recipe.Name)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user