Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

Commit

Permalink
fix indentation of settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Tamsen committed Oct 21, 2014
1 parent 35f493f commit 8e3d3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gunicorn.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONFIG = {
<% if @virtualenv -%>
'environment': {
<% if @osenv -%><% @osenv.sort.each do |key, value| -%>
'<%= key %>': '<%= value %>',
'<%= key %>': '<%= value %>',
<% end -%><% end -%>
<% if @environment -%>
'ENVIRONMENT': '<%= @environment %>',
Expand Down

0 comments on commit 8e3d3e6

Please sign in to comment.