forked from mirror/cobra
parent
a684a6d7f5
commit
8c638d3f90
|
@ -67,7 +67,7 @@ Init will not use an existing directory with contents.`,
|
|||
er(err)
|
||||
}
|
||||
|
||||
fmt.Printf("Your Cobra applicaton is ready at\n%s\n", project.AbsolutePath)
|
||||
fmt.Printf("Your Cobra application is ready at\n%s\n", project.AbsolutePath)
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue