mirror of
https://github.com/cheat/cheat.git
synced 2025-09-07 04:22:54 +02:00
Remove odd new line
This commit is contained in:
1
cheat
1
cheat
@ -141,7 +141,6 @@ def main():
|
|||||||
elif option in ['-c', '--create']:
|
elif option in ['-c', '--create']:
|
||||||
create_cheatsheet(' '.join(sys.argv[2:]), cheatsheets)
|
create_cheatsheet(' '.join(sys.argv[2:]), cheatsheets)
|
||||||
|
|
||||||
|
|
||||||
# print the cheatsheet if it exists
|
# print the cheatsheet if it exists
|
||||||
if keyphrase in cheatsheets:
|
if keyphrase in cheatsheets:
|
||||||
filename = os.path.join(cheatsheets[keyphrase], keyphrase)
|
filename = os.path.join(cheatsheets[keyphrase], keyphrase)
|
||||||
|
Reference in New Issue
Block a user