Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samalba committed Dec 5, 2018
1 parent 8f460c1 commit 8cd2e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (b *Builder) Build(ctx context.Context, opts BuildOpts) error {
return err
}

ui.Success("Build successfull")
ui.Success("Build successful")
return nil
}

Expand Down

0 comments on commit 8cd2e20

Please sign in to comment.