Skip to content

Commit 75e3027

Browse files
committed
Make a change which seems to make things work. No idea if it's right
1 parent be13a12 commit 75e3027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/gunicorn.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
gunicorn_config "#{new_resource.application.path}/shared/gunicorn_config.py" do
5151
action :create
5252
template new_resource.settings_template || 'gunicorn.py.erb'
53-
cookbook new_resource.settings_template ? new_resource.cookbook_name : 'gunicorn'
53+
cookbook new_resource.settings_template ? new_resource.cookbook_name.to_s : 'gunicorn'
5454
listen "#{new_resource.host}:#{new_resource.port}"
5555
backlog new_resource.backlog
5656
worker_processes new_resource.workers

0 commit comments

Comments
 (0)