1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Add down command

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-04-06 22:31:37 +02:00
parent 836732ed37
commit 5f0f72e27d

@ -57,6 +57,7 @@ func (cp *ComposeProject) Install(name, path string) error {
if path != "" {
return cp.helm.InstallChartFromDir(name, path)
}
chart, err := internal.GetChartInMemory(cp.config, name)
if err != nil {
return err