summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-18 12:39:00 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-21 13:37:16 -0400
commit96bf61e44f8ebf9fd384a90820c911e47627d2e7 (patch)
treec26c188798acc6755d561877717d6fa0e7a14cd1
parent147a8b17d78069682d4ff44e585360149b12c368 (diff)
downloadtools-96bf61e44f8ebf9fd384a90820c911e47627d2e7.tar.gz
tools-96bf61e44f8ebf9fd384a90820c911e47627d2e7.tar.xz
tools-96bf61e44f8ebf9fd384a90820c911e47627d2e7.zip
Fixing stupid cloudmaster mistake
-rw-r--r--cloudmasterd/extra/cloudmasterd.spec2
-rw-r--r--cloudmasterd/lib/cloudmasterd.rb2
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