mirror of
https://github.com/cheat/cheat.git
synced 2024-10-31 21:21:02 +01:00
def8985dcd
Fix an issue whereby the installer installed cheatsheets into the wrong directory on Windows. This occurred because previously `path.Join` was used where `path/filepath.Join` should have been used. This matters, because the former always uses `/` as the path separator, whereas the latter will use `/` or `\` as is appropriate for the runtime environment. This should resolve bullet point 4 in #665. |
||
---|---|---|
.. | ||
color_test.go | ||
color.go | ||
config_test.go | ||
config.go | ||
init_test.go | ||
init.go | ||
path_test.go | ||
path.go | ||
paths_test.go | ||
paths.go | ||
validate_test.go | ||
validate.go |