summaryrefslogtreecommitdiff
path: root/lib/leap_cli/path.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-19 17:40:27 -0700
committerelijah <elijah@riseup.net>2015-08-19 17:40:27 -0700
commite1190e9127ffac98304e7ddb7730b092d2a0a00b (patch)
tree15d71f3d60b85807fc63924bd45acde803f5f293 /lib/leap_cli/path.rb
parent67e1536fa4340fc46c63ffafd2514e97939588c3 (diff)
fix vagrant ssh key path
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r--lib/leap_cli/path.rb4
1 files changed, 4 insertions, 0 deletions
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