nope
This commit is contained in:
parent
315b4e3f7a
commit
798eb32d64
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ func (r *Runner) Run() error {
|
||||||
return fmt.Errorf("error getting current go version: %s", e)
|
return fmt.Errorf("error getting current go version: %s", e)
|
||||||
}
|
}
|
||||||
for _, m := range ms {
|
for _, m := range ms {
|
||||||
fmt.Println(fmt.Sprintf("%s%s", m.RootPath, m.BinaryPath))
|
fmt.Println(fmt.Sprintf("%s/%s", m.RootPath, m.BinaryPath))
|
||||||
fv, e := getVersionOfFile(fmt.Sprintf("%s%s", m.RootPath, m.BinaryPath))
|
fv, e := getVersionOfFile(fmt.Sprintf("%s/%s", m.RootPath, m.BinaryPath))
|
||||||
if e != nil {
|
if e != nil {
|
||||||
return fmt.Errorf("error getting version of file: %s", e)
|
return fmt.Errorf("error getting version of file: %s", e)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue