Skip to content

Commit

Permalink
Point to the HTTPS version of the Sidekiq site (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Mar 31, 2020
1 parent 7e33236 commit f962aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/cli.rb
Expand Up @@ -54,7 +54,7 @@ def run

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.
Expand Down

0 comments on commit f962aae

Please sign in to comment.