update arg reference

This commit is contained in:
Devon Carew 2016-02-03 01:07:40 -08:00
parent b6e8118e2d
commit 33874eb71f

View File

@ -41,7 +41,7 @@ class BuildCommand extends FlutterCommand {
return await build(
toolchain,
assetBase: argResults['asset-base'],
mainPath: argResults['main'],
mainPath: argResults['target'],
manifestPath: argResults['manifest'],
outputPath: outputPath,
snapshotPath: argResults['snapshot'],