Replace single quotes with double quotes
Most of these quotes were in the dashboard branch before we added the rule for double quotes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
|
||||
require 'delayed/command'
|
||||
require File.expand_path(File.join(File.dirname(__FILE__), "..", "config", "environment"))
|
||||
require "delayed/command"
|
||||
Delayed::Command.new(ARGV).daemonize
|
||||
|
||||
Reference in New Issue
Block a user