mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +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 configuration = """
|
||||
<%= OPENVPN_CONFIGURATION %>
|
||||
<% OPENVPN_CONFIGURATION.each_line do |line| %>
|
||||
<%= line %>
|
||||
<% end %>
|
||||
"""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user