Fix typos

This commit is contained in:
Jan Schneider 2020-06-23 15:24:19 +02:00
parent 07b32c2bbf
commit 3fb607ea4e
1 changed files with 2 additions and 2 deletions

View File

@ -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