mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 10:01:46 +04:00
Install gems with full paths
This commit is contained in:
parent
bbf1f62ed6
commit
e001a7d2ba
1 changed files with 2 additions and 1 deletions
|
|
@ -47,5 +47,6 @@ class PrefixedCommandRunner(object):
|
||||||
|
|
||||||
def star(self, end):
|
def star(self, end):
|
||||||
return tuple(
|
return tuple(
|
||||||
path for path in os.listdir(self.prefix_dir) if path.endswith(end)
|
self.path(path)
|
||||||
|
for path in os.listdir(self.prefix_dir) if path.endswith(end)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue