1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

chrisallenlane/cheat was splitted into cheat and cheatsheets (#127)(fixes #162)

This commit is contained in:
Igor Chubin
2019-10-21 16:43:39 +00:00
parent 877da9c220
commit a3bd7a1dc0
+2 -2
View File
@@ -17,6 +17,6 @@ class Cheat(GitRepositoryAdapter):
_adapter_name = "cheat"
_output_format = "code"
_cache_needed = True
_repository_url = "https://github.com/cheat/cheat"
_cheatsheet_files_prefix = "cheat/cheatsheets/"
_repository_url = "https://github.com/cheat/cheatsheets"
_cheatsheet_files_prefix = ""
_cheatsheet_file_mask = "*"