Skip to content

Commit

Permalink
Fix package directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Rudnyh committed Aug 20, 2013
1 parent b728f41 commit d18efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flake8Lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d18efd1

Please sign in to comment.