From d7a5cdfc1d9d2d3aa98d2b015107552dba9134ae Mon Sep 17 00:00:00 2001 From: Bijan Rahnema Date: Wed, 21 Oct 2020 10:19:50 +0200 Subject: [PATCH] Update linter.py Fix #4 --- linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter.py b/linter.py index e56d4ba..1df1a60 100644 --- a/linter.py +++ b/linter.py @@ -17,7 +17,7 @@ def cmd(self): settings = self.settings - command = ['ruby', '-S'] + command = [] if settings.get('use_bundle_exec', False): command.extend(['bundle', 'exec'])