mirror of https://github.com/cheat/cheat.git
Fixed a bug whereby the 'cheatsheet not found' error would always be displayed.
This commit is contained in:
parent
dbfce8cbd4
commit
54f379eda5
6
cheat
6
cheat
|
@ -64,6 +64,6 @@ for sheet in cheatsheets:
|
||||||
print cheatsheet.read()
|
print cheatsheet.read()
|
||||||
sheet_found = True
|
sheet_found = True
|
||||||
|
|
||||||
# if it does not, say so
|
# if it does not, say so
|
||||||
else:
|
else:
|
||||||
print 'No cheatsheet found for %s.' % keyphrase
|
print 'No cheatsheet found for %s.' % keyphrase
|
||||||
|
|
Loading…
Reference in New Issue