Skip to content

Commit 6154259

Browse files
rajatjindaleparis
authored andcommitted
remove dot after the abs path (#672)
1 parent cd30c2a commit 6154259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cobra/cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Init will not use an existing directory with contents.`,
6565
initializeProject(project)
6666

6767
fmt.Fprintln(cmd.OutOrStdout(), `Your Cobra application is ready at
68-
`+project.AbsPath()+`.
68+
`+project.AbsPath()+`
6969
7070
Give it a try by going there and running `+"`go run main.go`."+`
7171
Add commands to it by running `+"`cobra add [cmdname]`.")

0 commit comments

Comments
 (0)