Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
a31b256e
Commit
a31b256e
authored
Jan 12, 2017
by
Jeromy Johnson
Committed by
GitHub
Jan 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3591 from ipfs/kevina/weird-trailing-message
Fix weird trailing message in default os check.
parents
f8ba7c0f
499cdfd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
cmd/ipfs/main.go
cmd/ipfs/main.go
+2
-3
No files found.
cmd/ipfs/main.go
View file @
a31b256e
...
...
@@ -593,10 +593,9 @@ func profileIfEnabled() (func(), error) {
var
apiFileErrorFmt
string
=
`Failed to parse '%[1]s/api' file.
error: %[2]s
If you're sure go-ipfs isn't running, you can just delete it.
Otherwise check:
`
var
checkIPFSUnixFmt
=
"
\t
ps aux | grep ipfs"
var
checkIPFSWinFmt
=
"
\t
tasklist | findstr ipfs"
var
checkIPFSUnixFmt
=
"
Otherwise check:
\n
\t
ps aux | grep ipfs"
var
checkIPFSWinFmt
=
"
Otherwise check:
\n
\t
tasklist | findstr ipfs"
// getApiClient checks the repo, and the given options, checking for
// a running API service. if there is one, it returns a client.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment