Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Falzetti <andrea@okteto.com>
  • Loading branch information
andreafalzetti committed Mar 6, 2024
1 parent 06c00c7 commit 736fd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/build/v1/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/spf13/afero"
)

// OktetoBuilder It is a wrapper of basic.Builder to build an image specificied by a Dockerfile. a.k.a. Builder v1
// OktetoBuilder It is a wrapper of basic.Builder to build an image specified by a Dockerfile. a.k.a. Builder v1
// It mainly extends the basic.Builder with the ability to expand the image tag with the environment variables and
// printing the corresponding output when the build finishes.
type OktetoBuilder struct {
Expand Down

0 comments on commit 736fd0d

Please sign in to comment.