mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
api: fix typo on Push godoc (#9798)
Signed-off-by: Abdullah Shahid Khan <69131903+Sh9hid@users.noreply.github.com>
This commit is contained in:
parent
36926c41c6
commit
c87efed6a4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import (
|
|||
type Service interface {
|
||||
// Build executes the equivalent to a `compose build`
|
||||
Build(ctx context.Context, project *types.Project, options BuildOptions) error
|
||||
// Push executes the equivalent ot a `compose push`
|
||||
// Push executes the equivalent to a `compose push`
|
||||
Push(ctx context.Context, project *types.Project, options PushOptions) error
|
||||
// Pull executes the equivalent of a `compose pull`
|
||||
Pull(ctx context.Context, project *types.Project, options PullOptions) error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue