mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Point to the HTTPS version of the Sidekiq site (#4518)
This commit is contained in:
parent
7e33236cda
commit
f962aae92d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ module Sidekiq
|
|||
|
||||
logger.info "Running in #{RUBY_DESCRIPTION}"
|
||||
logger.info Sidekiq::LICENSE
|
||||
logger.info "Upgrade to Sidekiq Pro for more features and support: http://sidekiq.org" unless defined?(::Sidekiq::Pro)
|
||||
logger.info "Upgrade to Sidekiq Pro for more features and support: https://sidekiq.org" unless defined?(::Sidekiq::Pro)
|
||||
|
||||
# touch the connection pool so it is created before we
|
||||
# fire startup and start multithreading.
|
||||
|
|
Loading…
Add table
Reference in a new issue