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

Commit 2b375bd

Browse files
committed
another typo fixed
1 parent 81e00a1 commit 2b375bd

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
@@ -77,7 +77,7 @@ func (wrapper *PluginWrapper) Pull(ctx context.Context, workingDir, host, projec
7777
return err
7878
}
7979

80-
// Command exectue a docker-compose command
80+
// Command execute a docker-compose command
8181
func (wrapper *PluginWrapper) command(command composeCommand, workingDir, host, projectName, envFilePath string) ([]byte, error) {
8282
program := utils.ProgramPath(wrapper.binaryPath, "docker-compose")
8383

0 commit comments

Comments
 (0)