forked from toolshed/abra
fix: check out default branch from tags
Also fix error handling to match function signatures.
This commit is contained in:
@ -138,7 +138,7 @@ keys configured on your account.
|
||||
internal.RegistryPassword,
|
||||
)
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
logrus.Warn(err)
|
||||
}
|
||||
|
||||
features, category, err := recipe.GetRecipeFeaturesAndCategory(recipeMeta.Name)
|
||||
|
Reference in New Issue
Block a user