Project

General

Profile

« Previous | Next » 

Revision 5130ec27

Added by Frank Sweetser over 12 years ago

  • ID 5130ec2755fc9b780fee9797aea76d848131d616

Fix typo (where -> were)

Signed-off-by: Frank Sweetser <>

View differences:

app/models/orchestration/tftp.rb
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

Also available in: Unified diff