Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Aug 20, 2018
1 parent b28be85 commit 386ac5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 386ac5a

Please sign in to comment.