Skip to content

Commit 0dc7924

Browse files
Update packages/flutterfire_cli/lib/src/commands/update.dart
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent aa1e771 commit 0dc7924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flutterfire_cli/lib/src/commands/update.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class UpdateCommand extends FlutterFireCommand {
102102

103103
logger.stdout("Running 'flutter pub get'...");
104104
await Process.run(
105-
flutterCmd, // reused flutterCmd again!
105+
flutterCmd,
106106
['pub', 'get'],
107107
);
108108

0 commit comments

Comments
 (0)