Skip to content

Commit 50b1511

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9a7ed8b commit 50b1511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit/languages/ruby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def install_environment(
138138
'--no-document', '--no-format-executable',
139139
'--no-user-install',
140140
'--install-dir', os.path.join(envdir, 'gems'),
141-
'--bindir', os.path.join(envdir, 'gems', 'bin'),
141+
'--bindir', os.path.join(envdir, 'gems', 'bin'),
142142
*prefix.star('.gem'), *additional_dependencies,
143143
),
144144
)

0 commit comments

Comments
 (0)