Skip to content

Commit c9ea3e3

Browse files
committed
fix newline issue
1 parent 67b39ff commit c9ea3e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ var app = cli.New(version, "clone a repo into a common path", func(c cli.Command
1515
p := parsePath(u)
1616
fmt.Printf("Cloning into '%s'...\n", p)
1717
_, err := git.Clone(u.String(), p, cloneOptionsForURL(u))
18+
fmt.Println("")
19+
fmt.Println("Done!")
1820
exitIfErr(err)
1921
})
2022

0 commit comments

Comments
 (0)