aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/path.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-10 18:06:32 -0700
committerelijah <elijah@riseup.net>2013-03-10 18:06:32 -0700
commitd3fcd766ea6d6a21d892f3fab264606dfacf14a7 (patch)
tree12fbde94b27fc81df6d8105bd64677fab1a73fd6 /lib/leap_cli/path.rb
parent48fd5f813b949fb0c9c19755d8389bbfcad3999b (diff)
downloadleap_cli-d3fcd766ea6d6a21d892f3fab264606dfacf14a7.tar.gz
leap_cli-d3fcd766ea6d6a21d892f3fab264606dfacf14a7.tar.bz2
fixed misc. bugs with switch to 'environment' flag.
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r--lib/leap_cli/path.rb4
1 files changed, 1 insertions, 3 deletions
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'
}