From d3fcd766ea6d6a21d892f3fab264606dfacf14a7 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 10 Mar 2013 18:06:32 -0700 Subject: fixed misc. bugs with switch to 'environment' flag. --- lib/leap_cli/path.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/leap_cli/path.rb') diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index 634284d..88837bd 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -51,9 +51,7 @@ module LeapCli; module Path # testing files :test_client_key => 'test/cert/client.key', :test_client_cert => 'test/cert/client.crt', - :test_openvpn_production => 'test/openvpn/production.ovpn', - :test_openvpn_testing => 'test/openvpn/testing.ovpn', - :test_openvpn_local => 'test/openvpn/local.ovpn', + :test_openvpn_config => 'test/openvpn/#{arg}.ovpn', :test_client_openvpn_template => 'test/openvpn/client.ovpn.erb' } -- cgit v1.2.3