mirror of
https://github.com/cheat/cheat.git
synced 2025-03-12 12:49:45 +01:00

Previously, failing other checks, on Unix and BSD systems, `config.Paths` would attempt to compute the user's home directory by reading the `HOME` environment variable. This change deprecates that approach with a call to `homedir.Dir`, which is used elsewhere throughout the application.