diff options
Diffstat (limited to 'weed/shell/commands.go')
| -rw-r--r-- | weed/shell/commands.go | 2 |
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 } |
