mirror of
https://github.com/cheat/cheat.git
synced 2026-06-17 22:07:40 +02:00
408e944eea
Performs a minor refactoring on `config.Paths` to consistently use `path.Join` when computing config directory paths. Previously, both `path.Join` and `fmt.Sprintf` were being used, strictly due to an oversight.