mirror of
https://github.com/cheat/cheat.git
synced 2025-05-24 00:56:06 +02:00
Minor tweak to @smartboyathome's patch.
This commit is contained in:
parent
2b9d48c8c4
commit
07c49e8540
2
cheat
2
cheat
@ -2,7 +2,7 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
DEFAULT_CHEAT_DIR = os.path.join(os.path.expanduser('~'), '.cheats')
|
||||
DEFAULT_CHEAT_DIR = os.path.join(os.path.expanduser('~'), '.cheat')
|
||||
|
||||
# assembles a list of directories containing cheatsheets
|
||||
def cheat_directories():
|
||||
|
Loading…
x
Reference in New Issue
Block a user