Skip to content

Commit 2640b41

Browse files
authored
Merge pull request #597 from Samze/patch-1
Fix typo in init_project
2 parents 8eb2010 + 6f9c1d2 commit 2640b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/init_project.go

Lines changed: 1 addition & 1 deletion
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)