Skip to content

Commit bc20b98

Browse files
committed
Fixed typo
1 parent e482226 commit bc20b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/PackageUpdateCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function run()
2323
} else {
2424
try {
2525
$this->package->update();
26-
$this->packageRepository->save($this->packages);
26+
$this->packageRepository->save($this->package);
2727
} catch (\Exception $e) {
2828
Yii::error('Failed to update package "' . $this->package->getFullName() . '": ' . $e->getMessage(), __CLASS__);
2929
throw $e;

0 commit comments

Comments
 (0)