aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_configure.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-15 21:48:17 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-15 21:48:17 -0800
commitc0d279c54e56882bc0ecdf496ecfcbcfa1c6d6e3 (patch)
tree377a0af2f1388f4ea220c3185501cc17c27203f8 /weed/shell/command_fs_configure.go
parent83527a8f55784cf28ba6fd2bef4365be8da2df25 (diff)
downloadseaweedfs-c0d279c54e56882bc0ecdf496ecfcbcfa1c6d6e3.tar.xz
seaweedfs-c0d279c54e56882bc0ecdf496ecfcbcfa1c6d6e3.zip
filere.conf: prefer to use json format
Diffstat (limited to 'weed/shell/command_fs_configure.go')
-rw-r--r--weed/shell/command_fs_configure.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/command_fs_configure.go b/weed/shell/command_fs_configure.go
index 9f6b14439..d4d70048d 100644
--- a/weed/shell/command_fs_configure.go
+++ b/weed/shell/command_fs_configure.go
@@ -99,6 +99,7 @@ func (c *commandFsConfigure) Do(args []string, commandEnv *CommandEnv, writer io
fc.ToText(&buf)
fmt.Fprintf(writer, string(buf.Bytes()))
+ fmt.Fprintln(writer)
if *apply {