Fix typo in CRMDIFF_BIN

Fix obvious typo that slipped when killing warnings around redefinition
of constants

Change-Id: I2019b7f3f41796ec38e4bdf8f1943ce7fc111f60
This commit is contained in:
Michele Baldessari 2020-07-17 10:02:22 +02:00
parent bb6709c19a
commit 1bb2fe70b1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ else
end end
PCS_BIN = "#{prefix_path}pcs" unless defined? PCS_BIN PCS_BIN = "#{prefix_path}pcs" unless defined? PCS_BIN
CRMDIFF_BIN = "#{prefix_path}crm_diff unless" unless defined? CRMDIFF_BIN CRMDIFF_BIN = "#{prefix_path}crm_diff" unless defined? CRMDIFF_BIN
CRMSIMULATE_BIN = "#{prefix_path}crm_simulate" unless defined? CRMSIMULATE_BIN CRMSIMULATE_BIN = "#{prefix_path}crm_simulate" unless defined? CRMSIMULATE_BIN
CRMRESOURCE_BIN = "#{prefix_path}crm_resource" unless defined? CRMRESOURCE_BIN CRMRESOURCE_BIN = "#{prefix_path}crm_resource" unless defined? CRMRESOURCE_BIN
TIMEOUT_BIN = "#{prefix_path}timeout" unless defined? TIMEOUT_BIN TIMEOUT_BIN = "#{prefix_path}timeout" unless defined? TIMEOUT_BIN