fix: better explanation

This commit is contained in:
decentral1se 2021-12-23 02:10:57 +01:00
parent e03761f251
commit a7894cbda9
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

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