Skip to content

Commit ebf9ceb

Browse files
committed
add missing brackets for 09ddfe7
1 parent 09ddfe7 commit ebf9ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/warbler/templates/rack.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<% if params = config.webxml.context_params && params['rack.env'] -%>
1+
<% if (params = config.webxml.context_params) && params['rack.env'] -%>
22
ENV['RACK_ENV'] ||= '<%= params['rack.env'] %>'
33
<% end -%>
44

0 commit comments

Comments
 (0)