mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
So much for golang error processing...
This commit is contained in:
parent
34d76bd561
commit
8eb380a5a4
@ -42,7 +42,7 @@ func createAciCommand() *cobra.Command {
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
contextData, description, err := getAciContextData(cmd.Context(), opts)
|
||||
if err != nil {
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
return createDockerContext(cmd.Context(), args[0], store.AciContextType, description, contextData)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user