Skip to content

Commit 289d9f2

Browse files
authored
Merge pull request #165 from IBM/rclone-typo
Fix typo in rclone args
2 parents d16c376 + 095d546 commit 289d9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cos-csi-mounter/server/rclone.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type RCloneArgs struct {
1111
AllowOther string `json:"allow-other,omitempty"`
1212
AllowRoot string `json:"allow-root,omitempty"`
1313
AsyncRead string `json:"async-read,omitempty"`
14-
AttrTimeout string `josn:"attr-timeout,omitempty"`
14+
AttrTimeout string `json:"attr-timeout,omitempty"`
1515
ConfigPath string `json:"config,omitempty"`
1616
Daemon string `json:"daemon,omitempty"`
1717
DaemonTimeout string `json:"daemon-timeout,omitempty"`

0 commit comments

Comments
 (0)