Skip to content

Commit af6a737

Browse files
authored
Fixes #38311 - Remove redundant whitespaces from http_proxy_policy desc (#199)
1 parent 4337aba commit af6a737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/api/v2/template_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class TemplateController < ::Api::V2::BaseController
1313
param :filter, String, :required => false, :desc => N_("Export templates with names matching this regex (case-insensitive; snippets are not filtered).")
1414
param :negate, :bool, :required => false, :desc => N_("Negate the prefix (for purging).")
1515
param :dirname, String, :required => false, :desc => N_("Directory within Git repo containing the templates.")
16-
param :http_proxy_policy, ForemanTemplates.http_proxy_policy_types.keys, :required => false, :desc => N_("HTTP proxy policy for template sync. \
17-
Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter.")
16+
param :http_proxy_policy, ForemanTemplates.http_proxy_policy_types.keys, :required => false, :desc => N_("HTTP proxy policy for template sync." \
17+
" Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter.")
1818
param :http_proxy_id, :number, :required => false, :desc => N_("ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`")
1919
end
2020

0 commit comments

Comments
 (0)