Skip to content

Commit f8152b7

Browse files
committed
fix codefactor complaining
1 parent 0458a74 commit f8152b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ list() {
897897
supported_arch=$(cat $distro_data | jq -r ".$suite.$varient.arch")
898898

899899
LOG "list(): suite=$suite ||| varient=$varient ||| arch=$arch ||| supported_arch=$supported_arch"
900-
if [[ $supported_arch =~ "\"${arch}\"" ]]; then
900+
if [[ $supported_arch =~ $arch ]]; then
901901
supported=true
902902
else
903903
supported=false

0 commit comments

Comments
 (0)