lib/capistrano/templates/puma.rb.erb in capistrano3-puma-0.3.7 vs lib/capistrano/templates/puma.rb.erb in capistrano3-puma-0.4.0

- old
+ new

@@ -9,10 +9,11 @@ state_path "<%=fetch(:puma_state)%>" stdout_redirect '<%=fetch(:puma_access_log)%>', '<%=fetch(:puma_error_log)%>', true threads <%=fetch(:puma_threads).join(',')%> -bind "<%=fetch(:puma_bind)%>" + +<%= puma_bind %> workers <%= puma_workers %> <% if fetch(:puma_preload_app) %> preload_app!