diff options
Diffstat (limited to 'test/sftp/framework.go')
| -rw-r--r-- | test/sftp/framework.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sftp/framework.go b/test/sftp/framework.go index 5572eac28..ea4ac3e35 100644 --- a/test/sftp/framework.go +++ b/test/sftp/framework.go @@ -268,7 +268,7 @@ func (f *SftpTestFramework) startMaster(config *TestConfig) error { func (f *SftpTestFramework) startVolumeServer(config *TestConfig) error { args := []string{ "volume", - "-mserver=" + f.masterAddr, + "-master=" + f.masterAddr, "-ip=127.0.0.1", "-port=18080", "-dir=" + filepath.Join(f.dataDir, "volume"), |
