diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-15 21:48:17 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-15 21:48:17 -0800 |
| commit | c0d279c54e56882bc0ecdf496ecfcbcfa1c6d6e3 (patch) | |
| tree | 377a0af2f1388f4ea220c3185501cc17c27203f8 /weed/shell/command_fs_configure.go | |
| parent | 83527a8f55784cf28ba6fd2bef4365be8da2df25 (diff) | |
| download | seaweedfs-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.go | 1 |
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 { |
