Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Aug 29, 2018
1 parent 8adf69b commit 1e35023
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jobs/oauth2_proxy/templates/bin/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ case ${1:-help} in
--set-xauthrequest="true" \
--request-logging="true" \
--upstream="<%= p('oauth2_proxy.upstream') %>" \
<% p('oauth2_proxy.email_domain', []).each do |email| %>--email-domain="<%= email %>" \
<% end %>
<% p('oauth2_proxy.email_domain', []).each do |email| %>--email-domain="<%= email %>" \<% end %>
--cookie-secret="<%= p('oauth2_proxy.cookie_secret') %>" \
--cookie-refresh="<%= p('oauth2_proxy.cookie_refresh') %>" \
--cookie-secure="<%= p('oauth2_proxy.cookie_secure') %>" \
--client-id="<%= p('oauth2_proxy.client_id') %>" \
--client-secret="<%= p('oauth2_proxy.client_secret') %>" \
--cookie-name="<%= p('oauth2_proxy.cookie_name') %>" \
--redirect-url="<%= p('oauth2_proxy.redirect_url') %>"

} >>$LOG_DIR/$COMPONENT.stdout.log \
2>>$LOG_DIR/$COMPONENT.stderr.log
) &
Expand Down

0 comments on commit 1e35023

Please sign in to comment.