mirror of https://github.com/cheat/cheat.git
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 os
|
||||||
import sys
|
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
|
# assembles a list of directories containing cheatsheets
|
||||||
def cheat_directories():
|
def cheat_directories():
|
||||||
|
|
Loading…
Reference in New Issue