Skip to content

Commit

Permalink
Merge pull request #34 from koriwi/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
chriscz committed Feb 24, 2021
2 parents 8b4cf72 + 546797c commit 638ec22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysorter/filetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def impossible(match, path):
(r'\.(?i)msi$', 'installers/microsoft/'),
(r'\.(?i)deb$', 'installers/debian/'),
(r'\.(?i)exe$', 'installers/microsoft/'),
(r'\.(?i)sis$', 'instalers/symbian/'),
(r'\.(?i)apk$', 'instalers/android/'),
(r'\.(?i)sis$', 'installers/symbian/'),
(r'\.(?i)apk$', 'installers/android/'),
(r'\.(?i)mht$', 'internet/saved_websites/'),
(r'\.(?i)htm$', 'internet/saved_websites/'),
(r'\.(?i)html$', 'internet/saved_websites/'),
Expand Down

0 comments on commit 638ec22

Please sign in to comment.