forked from toolshed/abra
refactor: less quotes
This commit is contained in:
@ -23,7 +23,7 @@ var recipeVersionCommand = &cli.Command{
|
||||
|
||||
recipeMeta, ok := catalogue[recipe.Name]
|
||||
if !ok {
|
||||
logrus.Fatalf("'%s' recipe doesn't exist?", recipe.Name)
|
||||
logrus.Fatalf("%s recipe doesn't exist?", recipe.Name)
|
||||
}
|
||||
|
||||
tableCol := []string{"Version", "Service", "Image", "Tag", "Digest"}
|
||||
|
Reference in New Issue
Block a user