diff --git a/Flake8Lint.py b/Flake8Lint.py index 1b21a01..721c030 100644 --- a/Flake8Lint.py +++ b/Flake8Lint.py @@ -145,7 +145,7 @@ def run(self, edit): # build linter path for installation from git if not os.path.exists(linter): linter = os.path.join( - sublime.packages_path(), 'Flake8Lint', 'lint.py') + sublime.packages_path(), 'Python Flake8 Lint', 'lint.py') if not os.path.exists(linter): sublime.error_message(