Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 4a55294

Browse files
authored
fix(validate): return error when there is one (#33)
1 parent d741077 commit 4a55294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/internal/composeplugin/composeplugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (wrapper *PluginWrapper) Validate(ctx context.Context, filePaths []string,
106106
Msg("docker compose")
107107
}
108108

109-
return nil
109+
return err
110110
}
111111

112112
// Command execute a docker-compose command

0 commit comments

Comments
 (0)