Skip to content

Commit

Permalink
Merge pull request #18 from SublimeLinter/kaste-patch-2
Browse files Browse the repository at this point in the history
Hotfix: Fill in executable name
  • Loading branch information
kaste authored Mar 28, 2018
2 parents 2993874 + 58d0842 commit f119031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def cmd(self):
if options:
xlint += ':' + options

return (self.executable_path, xlint, '-encoding', 'UTF8', '*')
return ('javac', xlint, '-encoding', 'UTF8', '${args}')

def split_match(self, match):
"""
Expand Down

0 comments on commit f119031

Please sign in to comment.