mirror of https://github.com/docker/compose.git
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 {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
contextData, description, err := getAciContextData(cmd.Context(), opts)
|
contextData, description, err := getAciContextData(cmd.Context(), opts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil
|
return err
|
||||||
}
|
}
|
||||||
return createDockerContext(cmd.Context(), args[0], store.AciContextType, description, contextData)
|
return createDockerContext(cmd.Context(), args[0], store.AciContextType, description, contextData)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue