Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lib/ruby_lsp/tapioca/run_gem_rbi_check.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Stock <[email protected]>
andyw8 and vinistock authored Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 63a8e15 commit f6052b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/tapioca/run_gem_rbi_check.rb
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ def log_message(message)
end

def execute_in_project_path(*parts)
stdout, _status = Open3.capture2e(parts.join(" "), chdir: project_path)
stdout, _status = Open3.capture2e(*parts, chdir: project_path)
stdout
end
end

0 comments on commit f6052b2

Please sign in to comment.