Merge pull request #397 from ashphy/fix-typo-in-build

Fix typo in build.go
This commit is contained in:
Brad Rydzewski 2014-07-31 20:25:11 -07:00
commit d82c0b8a92

View file

@ -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")