Skip to content

Commit 2df5cf0

Browse files
committed
Fix command
1 parent f663a23 commit 2df5cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/controllers/BuildController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class BuildController extends Controller
1717
public function options($actionID): array
1818
{
1919
return array_merge(parent::options($actionID), [
20-
'publish-asset-bundles-to',
21-
'craft-edition',
20+
'publishAssetBundlesTo',
21+
'craftEdition',
2222
]);
2323
}
2424

0 commit comments

Comments
 (0)