Remove redundant hyphen

This commit is contained in:
LoveSy 2021-11-10 18:31:48 +08:00 committed by GitHub
parent b133293255
commit 1931a3e142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,7 +360,7 @@ jobs:
variant="${{ github.event.inputs.gapps_variant }}"
root="${{ github.event.inputs.root_sol }}"
if [[ "$root" = "none" ]]; then
name1="-"
name1=""
elif [[ "$root" = "" ]]; then
name1="-with-magisk"
else