Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Jan 17, 2021
1 parent 736565c commit 2c35dc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/etcd/etcdprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ func BindirForEtcdVersion(etcdVersion string, cmd string) (string, error) {
binDirs = append(binDirs, binDir)
binDir = filepath.Join(baseDir, "external", "etcd_"+strings.Replace(etcdVersion, ".", "_", -1)+"_source", cmd, platform)
binDirs = append(binDirs, binDir)
binDir = filepath.Join(baseDir, "external", "etcd_"+strings.Replace(etcdVersion, ".", "_", -1)+"_source", cmd+"_")
binDirs = append(binDirs, binDir)
binDir = filepath.Join(baseDir, "external", "etcd_"+strings.Replace(etcdVersion, ".", "_", -1)+"_source", cmd, cmd+"_")
binDirs = append(binDirs, binDir)
}
}

Expand Down

0 comments on commit 2c35dc7

Please sign in to comment.