diff options
Diffstat (limited to 'weed/filer2/topics.go')
| -rw-r--r-- | weed/filer2/topics.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filer2/topics.go b/weed/filer2/topics.go index 8ab409774..9c6e5c88d 100644 --- a/weed/filer2/topics.go +++ b/weed/filer2/topics.go @@ -1,6 +1,6 @@ package filer2 -const( - TopicsDir = "/topics" +const ( + TopicsDir = "/topics" SystemLogDir = TopicsDir + "/.system/log" ) |
