From 6c4d0694c6974a69e7c35ec99f83bd9ef0cf6b53 Mon Sep 17 00:00:00 2001 From: mlincoln Date: Sat, 15 Jun 2013 14:15:41 -0500 Subject: [PATCH] Fix syntax error in Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a7908c6..acd5440 100644 --- a/Rakefile +++ b/Rakefile @@ -110,7 +110,7 @@ namespace :openstack_demo do task :fetch_image do Dir.chdir("razor-puppet-puppetdb-demo/env/#{vagrant_env}") do unless File.exists? 'ubuntu-12.04-server-amd64.iso' - if File.exists? '../../../files/ubuntu-12.04-server-amd64.iso': + if File.exists? '../../../files/ubuntu-12.04-server-amd64.iso' FileUtils.cp '../../../files/ubuntu-12.04-server-amd64.iso', './' else system('curl -L http://releases.ubuntu.com/precise/ubuntu-12.04-server-amd64.iso -o ubuntu-12.04-server-amd64.iso')