Skip to content

Commit 7207d8d

Browse files
fix var name
1 parent bbef846 commit 7207d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/udroid/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ _login() {
5151
msg "udroid suite is set to ${_SUITE}"
5252
fi
5353

54-
distro="udroid-$_suite-$varient"
54+
distro="udroid-$suite-$varient"
5555
if [[ $avalible_distros =~ $distro ]]; then
5656
if is_installed "$distro"; then
5757
# store distro aliases in cache

0 commit comments

Comments
 (0)