mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
Minor tweak to @smartboyathome's patch.
This commit is contained in:
parent
2b9d48c8c4
commit
07c49e8540
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue