Minor tweak to @smartboyathome's patch.

This commit is contained in:
Chris Lane 2013-08-21 22:28:28 -04:00
parent 2b9d48c8c4
commit 07c49e8540
1 changed files with 1 additions and 1 deletions

2
cheat
View File

@ -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():