Files
releases/bundle
Ashutosh Narkar 7d7a38787f 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>
2022-07-11 12:47:47 -07:00
..