[PATCH/foreman 1/1] Fix typo (where -> were)

Signed-off-by: Frank Sweetser <fs@wpi.edu>

··· --- app/models/orchestration/tftp.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/models/orchestration/tftp.rb b/app/models/orchestration/tftp.rb
index 5203bcd…5378424 100644
— a/app/models/orchestration/tftp.rb
+++ b/app/models/orchestration/tftp.rb
@@ -66,7 +66,7 @@ module Orchestration::TFTP
return unless operatingsystem
return if Rails.env == "test"
if configTemplate({:kind => operatingsystem.template_kind}).nil? and configTemplate({:kind => “gPXE”}).nil?

  •    failure "No #{operatingsystem.template_kind} templates where found for this host, make sure you define at least one in your #{os} settings"
    
  •    failure "No #{operatingsystem.template_kind} templates were found for this host, make sure you define at least one in your #{os} settings"
     end
    
    end


1.7.4.1