From 07c49e85402df3d41f2ff63dc6287a0ed565d134 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Wed, 21 Aug 2013 22:28:28 -0400 Subject: [PATCH] Minor tweak to @smartboyathome's patch. --- cheat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat b/cheat index 23cb372..bfd5b78 100755 --- a/cheat +++ b/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():