diff --git a/cheat b/cheat index 90bbf8f..275a71d 100755 --- a/cheat +++ b/cheat @@ -180,7 +180,7 @@ def main(): # list cheat directories and exit if keyphrase in ['-d', '--cheat-directories']: - print("\n".join(cheat_directories())) + print("\n".join(cheat_dirs)) exit() # list cheatsheets and exit