From 386ac5ae4421c92b07da16db412b4aff1d0777c2 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 20 Aug 2018 17:55:30 +0200 Subject: [PATCH] typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0c6ba85c..54f31356 100644 --- a/build.sh +++ b/build.sh @@ -69,7 +69,7 @@ if [ "$release" == true ];then pip install -r $originFolder/release/requirements.txt name="AOSP 8.1" - [ "$1" == "android-9.0" ] && name="AOSP 8.0" + [ "$1" == "android-9.0" ] && name="AOSP 9.0" python $originFolder/release/push.py "$name" "$version" release/$rom_fp/ rm -Rf venv )