Skip to content

Commit 113fb75

Browse files
committed
ra-multiplex: Fix environment variable
1 parent 9095cee commit 113fb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/ra-multiplex.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def install
2929
log_path var/"log/ra-multiplex.log"
3030

3131
# Need cargo and rust-analyzer in PATH
32-
environment_variables PATH: "#{Dir.home}/.cargo/bin:#{std_service_path_env}"
32+
environment_variables PATH: "#{std_service_path_env}:#{Dir.home}/.cargo/bin"
3333
end
3434
end

0 commit comments

Comments
 (0)