Skip to content

Commit a71d04c

Browse files
committed
small fix
1 parent d9baed5 commit a71d04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/flutterflow_cli.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void main(List<String> args) async {
5858
fix: parsedArguments.command!['fix'],
5959
exportAsModule: parsedArguments.command!['as-module'],
6060
exportAsDebug: parsedArguments.command!['as-debug'],
61-
environmentName: parsedArguments.command!['environment-name'],
61+
environmentName: parsedArguments.command!['project-environment'],
6262
);
6363
break;
6464
case 'deploy-firebase':

0 commit comments

Comments
 (0)