WIP heinous appEnv threading for env var loading
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -61,7 +61,7 @@ var appVersionCommand = &cli.Command{
|
||||
|
||||
app := appFiles[appName]
|
||||
|
||||
compose, err := config.GetAppComposeFiles(appEnv.Type)
|
||||
compose, err := config.GetAppComposeFiles(appEnv.Type, appEnv.Env)
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user