diff --git a/pkg/build/build.go b/pkg/build/build.go index 3a4a6ff55..acaf3d617 100644 --- a/pkg/build/build.go +++ b/pkg/build/build.go @@ -439,7 +439,7 @@ func (b *Builder) writeDockerfile(dir string) error { switch { case strings.HasPrefix(b.Build.Image, "bradrydzewski/"), strings.HasPrefix(b.Build.Image, "drone/"): - // the default user for all official Drone imnage + // the default user for all official Drone images // is the "ubuntu" user, since all build images // inherit from the ubuntu cloud ISO dockerfile.WriteUser("ubuntu")