• Travis Rhoden's avatar
    Always use filepath.Join instead of path.Join · 78d109e2
    Travis Rhoden authored
    This patch cleans up pkg/util/mount/* and pkg/util/volume/* to always
    use filepath.Join instead of path.Join. filepath.Join is preferred
    because path.Join can have issues on Windows.
    78d109e2
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
downwardapi.go Loading commit data...
downwardapi_test.go Loading commit data...