From c31c5e829c224a73a89f7ce7a8e11d7ce0b9689a Mon Sep 17 00:00:00 2001 From: liuxiaobo <6914585+sryio@users.noreply.github.com> Date: Tue, 20 Apr 2021 10:08:58 +0800 Subject: [PATCH] fix path-specific filer store comment error --- weed/command/scaffold.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 4794da18e..88dc94df1 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -281,7 +281,7 @@ index.max_result_window = 10000 # Make sure they are not the same if using the same store type! # 4. Set enabled to true # -# The following is just using cassandra as an example +# The following is just using redis as an example ########################## [redis2.tmp] enabled = false