Skip to content

Commit 3d3a835

Browse files
authored
Merge pull request #10 from bachue/releases/v0.1.3
upgrade rclone to v3.2.23
2 parents 5da9027 + 40abbc4 commit 3d3a835

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ DOCKERHUB_IMAGE = csi-plugin.storage.qiniu.com
99
DOCKERHUB_TAG = ${VERSION}
1010

1111
RCLONE_VERSION = v1.64.0
12-
KODOFS_VERSION = v3.2.18
12+
KODOFS_VERSION = v3.2.23

protocol/const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ type contextKey string
1414

1515
const (
1616
// KodoFS executable name
17-
KodoFSCmd = "kodofs"
17+
KodoFSCmd = "/usr/local/bin/kodofs"
1818
// Rclone executable name
19-
RcloneCmd = "rclone"
19+
RcloneCmd = "/usr/local/bin/rclone"
2020

2121
ContextKeyConfigFilePath contextKey = "config_file_path"
2222
ContextKeyUserAgent contextKey = "user_agent"

0 commit comments

Comments
 (0)