forked from toolshed/abra
refactor(recipe): remove remaining usage of old recipe struct
This commit is contained in:
@ -438,7 +438,7 @@ func upgrade(cl *dockerclient.Client, stackName, recipeName,
|
||||
|
||||
app := appPkg.App{
|
||||
Name: stackName,
|
||||
Recipe: recipeName,
|
||||
Recipe: recipe.Get2(recipeName),
|
||||
Server: SERVER,
|
||||
Env: env,
|
||||
}
|
||||
|
Reference in New Issue
Block a user