diff --git a/Formula/openvpn.rb b/Formula/openvpn.rb index 83ff6709fb1..e9841c48b76 100644 --- a/Formula/openvpn.rb +++ b/Formula/openvpn.rb @@ -47,34 +47,35 @@ class Openvpn < Formula plist_options :startup => true - def plist; <<~EOS - - - - - Label - #{plist_name} - ProgramArguments - - #{opt_sbin}/openvpn - --config - #{etc}/openvpn/openvpn.conf - - OnDemand - - RunAtLoad - - TimeOut - 90 - WatchPaths - + def plist + <<~EOS + + + + + Label + #{plist_name} + ProgramArguments + + #{opt_sbin}/openvpn + --config + #{etc}/openvpn/openvpn.conf + + OnDemand + + RunAtLoad + + TimeOut + 90 + WatchPaths + + #{etc}/openvpn + + WorkingDirectory #{etc}/openvpn - - WorkingDirectory - #{etc}/openvpn - - - EOS + + + EOS end test do