Skip to content

Commit 553fc42

Browse files
committed
Patch 621a963 in to the alpha branch
This is a one-time patch on a branch in order to get uses who are stuck on the alpha branch off of it: $ flutter upgrade // will sync this commit $ flutter channel dev // will finally get them off this channel Fixes flutter#14865
1 parent 2e449f0 commit 553fc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/commands/channel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ChannelCommand extends FlutterCommand {
9393

9494
static Future<Null> _checkout(String branchName) async {
9595
final int result = await runCommandAndStreamOutput(
96-
<String>['git', 'checkout', branchName],
96+
<String>['git', 'checkout', branchName, '--'],
9797
workingDirectory: Cache.flutterRoot,
9898
prefix: 'git: ',
9999
);

0 commit comments

Comments
 (0)