This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 7f96bfa try to match ruby versions
7f96bfa is described below
commit 7f96bfa04ced7a59f328e028a85cc5d37b8f65c7
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Aug 10 21:50:14 2016 -0400
try to match ruby versions
---
www/status/passenger.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/status/passenger.cgi b/www/status/passenger.cgi
index 7bf2473..5eba8ae 100755
--- a/www/status/passenger.cgi
+++ b/www/status/passenger.cgi
@@ -18,7 +18,7 @@ unless user
end
# Must agree with the passenger Ruby version as above
-output, error, status = Open3.capture3 '/usr/local/bin/ruby2.3.0',
+output, error, status = Open3.capture3 `which ruby`,
Gem.bin_path('passenger', 'passenger-status')
_html do
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].