Skip to content

Commit 386ec8b

Browse files
committed
small fix
1 parent 6f28754 commit 386ec8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/release_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -z "$TYPE" ] ; then
88
exit 1
99
fi
1010

11-
if [ -z "$DEVTOOLS_REMOTE" } ] ; then
11+
if [ -z "$DEVTOOLS_REMOTE" ] ; then
1212
echo "Couldn't find a remote that points to flutter/devtools.git"
1313
exit 1
1414
fi

0 commit comments

Comments
 (0)