mirror of
				https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
				synced 2023-10-10 11:37:40 +00:00 
			
		
		
		
	Fix get_available_firmware_downloads
This commit is contained in:
		| @@ -417,7 +417,10 @@ proc ::rmupdate::get_available_firmware_downloads {} { | ||||
| 				} | ||||
| 			} | ||||
| 			#write_log $href | ||||
| 			lappend download_urls "https://github.com${href}.zip" | ||||
| 			if {[string first "https://" $href] == -1} { | ||||
| 				set href "https://github.com${href}" | ||||
| 			} | ||||
| 			lappend download_urls "${href}.zip" | ||||
| 		} | ||||
| 	} | ||||
| 	return $download_urls | ||||
|   | ||||
		Reference in New Issue
	
	Block a user