Skip to content

Commit

Permalink
Update message in 'passenger-config about ruby-command'
Browse files Browse the repository at this point in the history
Refer to the new passenger-config instead instead of the legacy one.
  • Loading branch information
FooBarWidget committed Jun 17, 2015
1 parent fb5f4a1 commit 9b0b6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phusion_passenger/config/about_command.rb
Expand Up @@ -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
Expand Down

0 comments on commit 9b0b6b2

Please sign in to comment.