mirror of
https://github.com/cheat/cheat.git
synced 2025-09-05 19:42:55 +02:00
Added a CONTRIBUTING.md file
- Added a CONTRIBUTING.md file - Corrected a small indentation error - version bump
This commit is contained in:
@ -47,7 +47,7 @@ def get():
|
||||
# if we've already reached out to the filesystem, just return the result
|
||||
# from memory
|
||||
if cheats:
|
||||
return cheats
|
||||
return cheats
|
||||
|
||||
# otherwise, scan the filesystem
|
||||
for cheat_dir in reversed(paths()):
|
||||
|
Reference in New Issue
Block a user