Skip to content

Commit 3dbeefa

Browse files
Revert "Fix update.sh invocation with unknown variant"
1 parent c101880 commit 3dbeefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function in_variants_to_update() {
9797
local variant=$1
9898

9999
if [ "${#update_variants[@]}" -eq 0 ]; then
100-
echo 1
100+
echo 0
101101
return
102102
fi
103103

0 commit comments

Comments
 (0)