Skip to content

Commit

Permalink
Merge pull request #15 from GeeDblA/master
Browse files Browse the repository at this point in the history
Fixed typo in the --format option. Equals sign was missing
  • Loading branch information
braver authored Jun 1, 2018
2 parents 3e3b61a + 40d5145 commit f5b2adc
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 @@ -5,7 +5,7 @@

class Shellcheck(Linter):

cmd = 'shellcheck --format gcc -'
cmd = 'shellcheck --format=gcc -'
if sublime.platform() == 'windows' and which('wsl'):
cmd = 'wsl ' + cmd

Expand Down

0 comments on commit f5b2adc

Please sign in to comment.