diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index 21b66f0..5209562 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -1066,9 +1066,9 @@ proc ::rmupdate::get_available_firmware_downloads {} { set v [lindex $tmp [expr {[llength $tmp] - 1}]] if { $v == "rpi3" && $rpi_version == "rpi2" } { write_log 4 "Using rpi3 package for rpi2: ${href}" - } elsif { $v == "ova" && $rpi_version == "ova-KVM" } { + } elseif { $v == "ova" && $rpi_version == "ova-KVM" } { write_log 4 "Using ova package for ova-KVM: ${href}" - } elsif { $rpi_version != $v } { + } elseif { $rpi_version != $v } { continue } #write_log 4 $href