chore: appease formatter
This commit is contained in:
@ -202,7 +202,7 @@ environment. Typically, you can let Abra generate them for you on app creation
|
|||||||
}
|
}
|
||||||
|
|
||||||
var isRecipeSecret bool
|
var isRecipeSecret bool
|
||||||
for secretName, _ := range secrets {
|
for secretName := range secrets {
|
||||||
if secretName == name {
|
if secretName == name {
|
||||||
isRecipeSecret = true
|
isRecipeSecret = true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user