forked from toolshed/abra
docs: less quotes, different quotes
This commit is contained in:
@ -88,7 +88,7 @@ func UpdateLabel(pattern, serviceName, label, recipeName string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
logrus.Debugf("considering '%s' config(s) for label update", strings.Join(composeFiles, ", "))
|
||||
logrus.Debugf("considering %s config(s) for label update", strings.Join(composeFiles, ", "))
|
||||
|
||||
for _, composeFile := range composeFiles {
|
||||
opts := stack.Deploy{Composefiles: []string{composeFile}}
|
||||
@ -140,7 +140,7 @@ 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.Fatalf("add \"%s\" manually, automagic insertion not supported yet", label)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user