Closed lgarber-akamai closed 1 month ago
This pull request resolves a minor issue in helper.ExpandPath(...) that caused absolute paths to be reconstructed as relative paths.
helper.ExpandPath(...)
e.g. /foo/bar would become foo/bar.
/foo/bar
foo/bar
The following test steps assume you have pulled down this PR locally.
make unit-test
make PKG_NAME=linode int-test
N/A
📝 Description
This pull request resolves a minor issue in
helper.ExpandPath(...)
that caused absolute paths to be reconstructed as relative paths.e.g.
/foo/bar
would becomefoo/bar
.✔️ How to Test
The following test steps assume you have pulled down this PR locally.
Unit Testing
Integration Testing
Manual Testing
N/A