Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundle: Normalize paths before bundle root check
filepath.Join can return paths with '\' separators. So when this command is run on Windows the paths are joined using '\'. But the bundle root check logic assumes the paths are '/' separated. This change processes the result of filepath.Join is ensure the path has '/' separators. Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
- Loading branch information