Skip to content

Commit

Permalink
Merge pull request #7087 from rhcarvalho/fix-builder-typo
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Feb 6, 2016
2 parents d9353cf + 0b0c377 commit 632a0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/infra/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ It expects to be run inside of a container.`
func NewCommandSTIBuilder(name string) *cobra.Command {
cmd := &cobra.Command{
Use: name,
Short: "Run a Source-to-Images build",
Short: "Run a Source-to-Image build",
Long: stiBuilderLong,
Run: func(c *cobra.Command, args []string) {
go func() {
Expand Down

0 comments on commit 632a0d6

Please sign in to comment.