From e1190e9127ffac98304e7ddb7730b092d2a0a00b Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 19 Aug 2015 17:40:27 -0700 Subject: fix vagrant ssh key path --- lib/leap_cli/path.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/leap_cli/path.rb') diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index 1f6726a..43bb3e0 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -99,4 +99,8 @@ module LeapCli; module Path end end + def self.vagrant_ssh_key_file + File.join(LEAP_CLI_BASE_DIR, 'vendor', 'vagrant_ssh_keys', 'vagrant.key') + end + end; end -- cgit v1.2.3