Skip to content

Commit

Permalink
Merge pull request #65 from nsfmc/64-fix-filename
Browse files Browse the repository at this point in the history
update command to use `$file` instead of `@`
  • Loading branch information
kaste committed May 14, 2018
2 parents 5fb7ce6 + a3f4112 commit f7e7471
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 @@ -62,7 +62,7 @@ def cmd(self):
command = ['flow']
view_settings = self.get_view_settings()

command.extend(['check-contents', '@'])
command.extend(['check-contents', '$file'])

if view_settings['show-all-errors']:
command.append('--show-all-errors')
Expand Down

0 comments on commit f7e7471

Please sign in to comment.