refactor: less quotes

This commit is contained in:
2021-12-25 02:03:09 +01:00
parent 14400d4ed8
commit 3b5354b2a5
26 changed files with 51 additions and 51 deletions

View File

@ -142,7 +142,7 @@ A new catalogue copy can be published to the recipes repository by passing the
}
if !isClean {
logrus.Fatalf("'%s' has locally unstaged changes", rm.Name)
logrus.Fatalf("%s has locally unstaged changes", rm.Name)
}
if err := gitPkg.EnsureUpToDate(recipeDir); err != nil {