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
ee1ba164
Commit
ee1ba164
authored
Oct 02, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix arg bug
parent
33dfa6f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
cmd/ipfs/mount_unix.go
cmd/ipfs/mount_unix.go
+0
-6
No files found.
cmd/ipfs/mount_unix.go
View file @
ee1ba164
...
...
@@ -13,7 +13,6 @@ import (
"github.com/jbenet/go-ipfs/daemon"
ipns
"github.com/jbenet/go-ipfs/fuse/ipns"
rofs
"github.com/jbenet/go-ipfs/fuse/readonly"
u
"github.com/jbenet/go-ipfs/util"
)
var
cmdIpfsMount
=
&
commander
.
Command
{
...
...
@@ -36,11 +35,6 @@ func init() {
}
func
mountCmd
(
c
*
commander
.
Command
,
inp
[]
string
)
error
{
if
len
(
inp
)
<
1
||
len
(
inp
[
0
])
==
0
{
u
.
POut
(
c
.
Long
)
return
nil
}
conf
,
err
:=
getConfigDir
(
c
.
Parent
)
if
err
!=
nil
{
fmt
.
Println
(
"Couldnt get config dir"
)
...
...
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