From 01240a0311d820f9a3bd056c187a05d8516c45cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=E1=B4=80=E1=B4=8D=E1=B4=80=CA=80=20V=C9=AA=EA=9C=B1?= =?UTF-8?q?=E1=B4=98=E1=B4=9C=E1=B4=9B=E1=B4=87?= Date: Wed, 18 Mar 2020 23:56:02 +0530 Subject: [PATCH] sdm710-common: releasetools: Fix derp on 01254bd84789e593f882cfeac1b8827d4c05ce1b --- releasetools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasetools.py b/releasetools.py index 2692a00..a4611a2 100644 --- a/releasetools.py +++ b/releasetools.py @@ -23,7 +23,7 @@ def FullOTA_InstallEnd(info): return def IncrementalOTA_InstallEnd(info): - input_zip = info.input_zip + input_zip = info.target_zip OTA_InstallEnd(info, input_zip) return