mirror of
https://github.com/cheat/cheat.git
synced 2026-05-07 18:13:50 +02:00
fix(Paths): Android support
Add `"android"` to the explicit whitelist of supported operating systems. This may resolve incompatibilities with certain Android environments.
This commit is contained in:
@@ -28,7 +28,7 @@ func Paths(
|
||||
}
|
||||
|
||||
switch sys {
|
||||
case "darwin", "linux", "freebsd":
|
||||
case "android", "darwin", "linux", "freebsd":
|
||||
paths := []string{}
|
||||
|
||||
// don't include the `XDG_CONFIG_HOME` path if that envvar is not set
|
||||
|
||||
Reference in New Issue
Block a user