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. |
||
---|---|---|
.. | ||
clone.go | ||
prompt.go | ||
run.go |