Skip to content

Commit

Permalink
Fix typo in init_project
Browse files Browse the repository at this point in the history
...bacause why not

Co-authored-by: Ed King <eking@pivotal.io>
  • Loading branch information
Samze and teddyking committed Feb 11, 2019
1 parent a36c521 commit 6f9c1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (o *projectOptions) runInit() {
}

if util.ProjectExist() {
fmt.Println("Failed to initialize project bacause project is already initialized")
fmt.Println("Failed to initialize project because project is already initialized")
return
}
// project and boilerplate must come before main so the boilerplate exists
Expand Down

0 comments on commit 6f9c1d2

Please sign in to comment.