Skip to content

Commit af5029f

Browse files
committed
better method?
1 parent 746d344 commit af5029f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public static function postPackageUpdate($event) {
421421
*/
422422
public static function postCreateProjectCmd($event) {
423423

424-
print $event->getOperation()->getPackage()->getName();
424+
print $event->getComposer()->getPackage()->getName();
425425

426426
// run the console and config inits
427427
/*self::init();

0 commit comments

Comments
 (0)