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 35f493f commit 8e3d3e6Copy full SHA for 8e3d3e6
templates/gunicorn.erb
@@ -7,7 +7,7 @@ CONFIG = {
7
<% if @virtualenv -%>
8
'environment': {
9
<% if @osenv -%><% @osenv.sort.each do |key, value| -%>
10
- '<%= key %>': '<%= value %>',
+ '<%= key %>': '<%= value %>',
11
<% end -%><% end -%>
12
<% if @environment -%>
13
'ENVIRONMENT': '<%= @environment %>',
0 commit comments