From 9b0b6b257653c34a1726572ad944c597b4c89157 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Wed, 17 Jun 2015 12:55:52 +0200 Subject: [PATCH] Update message in 'passenger-config about ruby-command' Refer to the new passenger-config instead instead of the legacy one. --- lib/phusion_passenger/config/about_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phusion_passenger/config/about_command.rb b/lib/phusion_passenger/config/about_command.rb index cc4396737c..86bc07e02b 100644 --- a/lib/phusion_passenger/config/about_command.rb +++ b/lib/phusion_passenger/config/about_command.rb @@ -167,7 +167,7 @@ def run end puts puts "## Notes for RVM users" - puts "Do you want to know which command to use for a different Ruby interpreter? 'rvm use' that Ruby interpreter, then re-run 'passenger-config --ruby-command'." + puts "Do you want to know which command to use for a different Ruby interpreter? 'rvm use' that Ruby interpreter, then re-run 'passenger-config about ruby-command'." when "--rubyext-compat-id" PhusionPassenger.require_passenger_lib 'platform_info/binary_compatibility' puts PhusionPassenger::PlatformInfo.ruby_extension_binary_compatibility_id