forked from toolshed/abra
fix: use correct args for debug log inputs
This commit is contained in:
@ -295,7 +295,7 @@ func GetAppComposeConfig(recipe string, opts stack.Deploy, appEnv AppEnv) (*comp
|
||||
return &composetypes.Config{}, err
|
||||
}
|
||||
|
||||
logrus.Debugf("retrieved '%s' for '%s'", compose, recipe)
|
||||
logrus.Debugf("retrieved '%s' for '%s'", compose.Filename, recipe)
|
||||
|
||||
return compose, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user