Skip to content

Commit

Permalink
fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Feb 9, 2018
1 parent 4054d6e commit 0a282c6
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 @@ -57,7 +57,7 @@ def cmd(self):
else:
out_file = 'OutFile /dev/null/'

cmd.append('-O' + out_file)
cmd.append('-X' + out_file)

return cmd

Expand Down

0 comments on commit 0a282c6

Please sign in to comment.