forked from toolshed/abra
refactor: less quotes
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user