mirror of
https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
synced 2023-10-10 13:37:40 +02:00
Fix typos
This commit is contained in:
parent
07b32c2bbf
commit
3fb607ea4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user