aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-04-18 00:19:18 -0700
committerChris Lu <chris.lu@gmail.com>2019-04-18 00:19:18 -0700
commitb142f9f1d57cebd1445baed7ce7fc88bb0f450f0 (patch)
tree1b9576bf87ba0179a923203ad6df1692e97c2170 /weed/shell/commands.go
parentb09e8dbb377562e6d61bf40b5dbadc3a3edd1360 (diff)
downloadseaweedfs-b142f9f1d57cebd1445baed7ce7fc88bb0f450f0.tar.xz
seaweedfs-b142f9f1d57cebd1445baed7ce7fc88bb0f450f0.zip
go fmt
Diffstat (limited to 'weed/shell/commands.go')
-rw-r--r--weed/shell/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index 50b70498d..6fade6e9d 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -51,7 +51,7 @@ func (ce *commandEnv) parseUrl(input string) (filerServer string, filerPort int6
func (ce *commandEnv) isDirectory(ctx context.Context, filerServer string, filerPort int64, path string) bool {
- return ce.checkDirectory(ctx,filerServer,filerPort,path) == nil
+ return ce.checkDirectory(ctx, filerServer, filerPort, path) == nil
}