From 3262fcfa9188bb45d40ea2234af9ce8119100570 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 14 Sep 2016 12:09:02 -0700 Subject: leap vm: fix typo (closes #8468) --- lib/leap_cli/cloud/cloud.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/leap_cli/cloud/cloud.rb b/lib/leap_cli/cloud/cloud.rb index e4b00107..231274a5 100644 --- a/lib/leap_cli/cloud/cloud.rb +++ b/lib/leap_cli/cloud/cloud.rb @@ -63,7 +63,7 @@ module LeapCli @compute = Fog::Compute.new(credentials) @options = @conf['default_options'] || {} - @image = @conf['default_image'] || aws_image(credentials[:region]) + @image = @conf['default_image'] || Cloud.aws_image(credentials[:region]) if @node @options = node.vm.options if node['vm.options'] @image = node.vm.image if node['vm.image'] -- cgit v1.2.3