remove dot after the abs path

This commit is contained in:
Rajat Jindal 2018-04-11 18:30:06 -07:00
parent cd30c2a7e9
commit 760f889967

View file

@ -65,7 +65,7 @@ Init will not use an existing directory with contents.`,
initializeProject(project) initializeProject(project)
fmt.Fprintln(cmd.OutOrStdout(), `Your Cobra application is ready at fmt.Fprintln(cmd.OutOrStdout(), `Your Cobra application is ready at
`+project.AbsPath()+`. `+project.AbsPath()+`
Give it a try by going there and running `+"`go run main.go`."+` Give it a try by going there and running `+"`go run main.go`."+`
Add commands to it by running `+"`cobra add [cmdname]`.") Add commands to it by running `+"`cobra add [cmdname]`.")