From 96bf61e44f8ebf9fd384a90820c911e47627d2e7 Mon Sep 17 00:00:00 2001 From: Brenton Leanhardt Date: Fri, 18 Jul 2008 12:39:00 -0400 Subject: Fixing stupid cloudmaster mistake --- cloudmasterd/extra/cloudmasterd.spec | 2 +- cloudmasterd/lib/cloudmasterd.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudmasterd/extra/cloudmasterd.spec b/cloudmasterd/extra/cloudmasterd.spec index 623c75e..7b938d1 100644 --- a/cloudmasterd/extra/cloudmasterd.spec +++ b/cloudmasterd/extra/cloudmasterd.spec @@ -6,7 +6,7 @@ Summary: Genome library and web application for managing cloud machines Name: rubygem-%{gemname} Version: 1.0.0 -Release: 13%{?dist} +Release: 14%{?dist} Group: Applications/System License: GPLv2 URL: https://fedorahosted.org/genome diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb index 5411c35..4a5b18f 100644 --- a/cloudmasterd/lib/cloudmasterd.rb +++ b/cloudmasterd/lib/cloudmasterd.rb @@ -151,7 +151,7 @@ module Cloudmasterd::Controllers raise output unless $?.success? # Make the new host autostart - `func "#{host}" call virt autostart #{system_name}"` + `func "#{host}" call virt autostart #{system_name}` end # POST /koan -- cgit