File: require-standard-cli.patch

package info (click to toggle)
ruby-sidekiq 5.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 828 kB
  • sloc: ruby: 4,065; makefile: 24; sh: 6
file content (16 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove relative path from require
 Use standard paths
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2014-09-09

--- a/bin/sidekiq
+++ b/bin/sidekiq
@@ -4,7 +4,7 @@
 # RUBYOPT=-w bundle exec sidekiq
 $TESTING = false
 
-require_relative '../lib/sidekiq/cli'
+require 'sidekiq/cli'
 
 begin
   cli = Sidekiq::CLI.instance