We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b119337 commit cdd87efCopy full SHA for cdd87ef
lib/solid_queue/processes/procline.rb
@@ -5,7 +5,7 @@ module Procline
5
# Sets the procline ($0)
6
# solid-queue-supervisor(0.1.0): <string>
7
def procline(string)
8
- $0 = "solid-queue-#{self.class.name.demodulize.downcase}(#{SolidQueue::VERSION}): #{string}"
+ $0 = "solid-queue-#{self.class.name.demodulize.underscore.dasherize}(#{SolidQueue::VERSION}): #{string}"
9
end
10
11
0 commit comments