We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8ba7c0 + 499cdfd commit a31b256Copy full SHA for a31b256
cmd/ipfs/main.go
@@ -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:
597
`
598
-var checkIPFSUnixFmt = "\tps aux | grep ipfs"
599
-var checkIPFSWinFmt = "\ttasklist | findstr ipfs"
+var checkIPFSUnixFmt = "Otherwise check:\n\tps aux | grep ipfs"
+var checkIPFSWinFmt = "Otherwise check:\n\ttasklist | findstr ipfs"
600
601
// getApiClient checks the repo, and the given options, checking for
602
// a running API service. if there is one, it returns a client.
0 commit comments