From 35bfc67ad5d890d189d3cadcd1c18bae966fa1ec Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Thu, 27 Sep 2018 16:40:31 +0300 Subject: [PATCH] Update VPN profile target file --- Tests/VPNProfile.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/VPNProfile.swift b/Tests/VPNProfile.swift index 19f5be6..3adf3f1 100644 --- a/Tests/VPNProfile.swift +++ b/Tests/VPNProfile.swift @@ -9,10 +9,10 @@ import Foundation struct VPNProfile { - static let username = "<%= OPENVPN_USERNAME %>" - static let password = "<%= OPENVPN_PASSWORD %>" + static let username = "OPENVPN_USERNAME" + static let password = "OPENVPN_PASSWORD" static let configuration = """ - <%= OPENVPN_CONFIGURATION %> + OPENVPN_CONFIGURATION """ }