aboutsummaryrefslogtreecommitdiff
path: root/go/weed/shell.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/weed/shell.go')
-rw-r--r--go/weed/shell.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/weed/shell.go b/go/weed/shell.go
index 885a0fa71..6a3331284 100644
--- a/go/weed/shell.go
+++ b/go/weed/shell.go
@@ -57,5 +57,4 @@ func runShell(command *Command, args []string) bool {
cmd = readLine()
execCmd(cmd)
}
- return true
}