Fix weird trailing message in default os check.
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
Kevin Atkinson committed
Jan 11, 2017 at 22:22 UTC
499cdfd76a2365339b9417cc8e3bbe3fb1689e4b
1 file changed
+2
-3
cmd/ipfs/main.go
+2
-3
@@ -593,10 +593,9 @@ func profileIfEnabled() (func(), error) {
593
var apiFileErrorFmt string = `Failed to parse '%[1]s/api' file.
594
error: %[2]s
595
If you're sure go-ipfs isn't running, you can just delete it.
596
-Otherwise check:
596
`
598
-var checkIPFSUnixFmt = "\tps aux | grep ipfs"
599
-var checkIPFSWinFmt = "\ttasklist | findstr ipfs"
597
+var checkIPFSUnixFmt = "Otherwise check:\n\tps aux | grep ipfs"
598
+var checkIPFSWinFmt = "Otherwise check:\n\ttasklist | findstr ipfs"
599
600
// getApiClient checks the repo, and the given options, checking for
601
// a running API service. if there is one, it returns a client.