Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
path: dest paths inside container should always be treated as *nix type
Destination path inside containers should be always validated as *nix absolute path. So its recommended to use path.IsAbs() instead of filepath.IsAbs(). [NO TEST NEEDED] Signed-off-by: flouthoc <[email protected]>
- Loading branch information