From 59fbf8b6674657635e4d26b0065611747703af67 Mon Sep 17 00:00:00 2001 From: Frank Sweetser Date: Thu, 18 Feb 2010 17:19:45 -0500 Subject: [PATCH] Fix typo in unattended controller --- app/controllers/unattended_controller.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/controllers/unattended_controller.rb b/app/controllers/unattended_controller.rb index 9813948..4120927 100644 --- a/app/controllers/unattended_controller.rb +++ b/app/controllers/unattended_controller.rb @@ -68,7 +68,7 @@ class UnattendedController < ApplicationController # we don't do anything if we are in spoof mode. return if @spoof - return false unless GW::Puppetca.clean name + return false unless GW::Puppetca.clean @host.name return false unless GW::Puppetca.sign @host.name end end -- 1.6.6