Skip to content

Commit

Permalink
Print newline
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Dec 20, 2015
1 parent 27dd234 commit 8438b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command_doctor.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func doDoctor(c *cli.Context) {
fmt.Println("["+source+"] 'remote.origin' doesn't exist:")
fmt.Println(" Expected:\t", source)
fmt.Println(" Actual:\t (no remote)")
fmt.Println()
} else if target != source && !strings.Contains(source, "golang.org/x/") {
fmt.Println("["+source+"] 'remote.origin' has changed:")
fmt.Println(" Expected:\t", target)
Expand Down

0 comments on commit 8438b7a

Please sign in to comment.