Fixes rename mistake
This commit is contained in:
parent
56ef3c3a73
commit
89c30ca5eb
@ -77,5 +77,5 @@ func AbsolutePath(path, root string) string {
|
|||||||
if filepath.IsAbs(path) {
|
if filepath.IsAbs(path) {
|
||||||
return path
|
return path
|
||||||
}
|
}
|
||||||
return filepath.Join(lib, path)
|
return filepath.Join(root, path)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user