fix: wording

This commit is contained in:
2021-12-27 18:06:46 +01:00
parent 4c186678b8
commit b98397144a
3 changed files with 8 additions and 7 deletions

View File

@ -147,7 +147,7 @@ func UpdateLabel(pattern, serviceName, label, recipeName string) error {
if !discovered {
logrus.Warn("no existing label found, automagic insertion not supported yet")
logrus.Fatalf("add \"%s\" manually to the 'app' service in %s", label, composeFile)
logrus.Fatalf("add '- \"%s\"' manually to the 'app' service in %s", label, composeFile)
}
}