feat(main.go): renamed function
This commit is contained in:
parent
ca47bff951
commit
4d3ec3135e
4 changed files with 6 additions and 6 deletions
2
run.go
2
run.go
|
@ -45,7 +45,7 @@ func run(conn net.Conn, instance string, program string, arguments string, targe
|
|||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
if exists, err := exists(info_path); !exists || err != nil {
|
||||
if exists, err := path_exists(info_path); !exists || err != nil {
|
||||
return 0, errors.New("package " + program + " not found")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue