mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Fix indentation in the template
This commit is contained in:
@@ -13,6 +13,8 @@ struct VPNProfile {
|
|||||||
static let password = "<%= OPENVPN_PASSWORD %>"
|
static let password = "<%= OPENVPN_PASSWORD %>"
|
||||||
|
|
||||||
static let configuration = """
|
static let configuration = """
|
||||||
<%= OPENVPN_CONFIGURATION %>
|
<% OPENVPN_CONFIGURATION.each_line do |line| %>
|
||||||
|
<%= line %>
|
||||||
|
<% end %>
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user