Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 11, 2024
1 parent c43a8e5 commit f72b6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Foundation/Console/VendorPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ protected function status($from, $to, $type)
$toLocation = $pathLocation($to);

if (
$type === 'directory' &&
$fromLocation === $toLocation &&
is_link($to) &&
$type === 'directory'
is_link($to)
) {
$this->components->task('Synced directory');

Expand Down

0 comments on commit f72b6a5

Please sign in to comment.