Fix lint errors
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
# workers 3
|
||||
pidfile '/run/app/pid'
|
||||
pidfile "/run/app/pid"
|
||||
preload_app!
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,3 @@
|
||||
# workers 3
|
||||
pidfile '/run/app/pid'
|
||||
pidfile "/run/app/pid"
|
||||
preload_app!
|
||||
|