Skip to content

Commit 6f9c1d2

Browse files
Samzeteddyking
andcommitted
Fix typo in init_project
...bacause why not Co-authored-by: Ed King <eking@pivotal.io>
1 parent a36c521 commit 6f9c1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/init_project.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (o *projectOptions) runInit() {
103103
}
104104

105105
if util.ProjectExist() {
106-
fmt.Println("Failed to initialize project bacause project is already initialized")
106+
fmt.Println("Failed to initialize project because project is already initialized")
107107
return
108108
}
109109
// project and boilerplate must come before main so the boilerplate exists

0 commit comments

Comments
 (0)