Skip to content

Commit 8162dba

Browse files
Merge pull request #1192 from nodejs/revert-1161-improve-updatesh
Revert "Fix update.sh invocation with unknown variant"
2 parents c101880 + 3dbeefa commit 8162dba

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)