[infra] Add missing parenthesis in co19 update scripts

Fixes: https://github.com/dart-lang/sdk/issues/49503
Change-Id: I3e6c0450fcb7c6ff55d2ff1b1607685bb05289e8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252606
Reviewed-by: Erik Ernst <eernst@google.com>
This commit is contained in:
Alexander Thomas 2022-07-25 14:14:59 +00:00
parent e1d30e040d
commit 237ecdb607
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ git commit DEPS -m \
"$(printf "[co19] Roll co19 to $NEW\n\n" \
&& cd $CO19 \
&& git log --date='format:%Y-%m-%d' --pretty='format:%ad %ae %s' $OLD..$NEW \
| sed 's/\#/dart-lang\/co19\#/g'
| sed 's/\#/dart-lang\/co19\#/g')"
rm -rf tests/co19/src.git

View file

@ -29,7 +29,7 @@ git commit DEPS -m \
"$(printf "[co19] Roll co19_2 to $NEW\n\n" \
&& cd $CO19 \
&& git log --date='format:%Y-%m-%d' --pretty='format:%ad %ae %s' $OLD..$NEW \
| sed 's/\#/dart-lang\/co19\#/g'
| sed 's/\#/dart-lang\/co19\#/g')"
rm -rf tests/co19_2/src.git