Skip to content

Commit 78ae3d8

Browse files
committed
Devlink fix update status
1 parent a4a918c commit 78ae3d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/devlink/src/Console/Traits/Check.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ private function arePackagesInSync(array $packages): bool
255255
);
256256

257257
foreach ($packages as $package) {
258+
if (! ($package['linked'] ?? false)) {
259+
continue;
260+
}
261+
258262
$packageName = $this->getPackageName($package['name'], $package['config']);
259263
if (! $packageName) {
260264
continue;

0 commit comments

Comments
 (0)