Skip to content

Commit ddd967b

Browse files
committedJun 21, 2024
Fix config
1 parent 7eedc76 commit ddd967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type StateStoreConfig struct {
5656
// DBDirectory defines the directory to store the state store db files
5757
// If not explicitly set, default to application home directory
5858
// default to empty
59-
DBDirectory string `mapstructure:"db-dir"`
59+
DBDirectory string `mapstructure:"db-directory"`
6060

6161
// DedicatedChangelog defines if we should use a separate changelog for SS store other than sharing with SC
6262
DedicatedChangelog bool `mapstructure:"dedicated-changelog"`

0 commit comments

Comments
 (0)
Failed to load comments.