Skip to content

Commit f7beecd

Browse files
committed
Change variable used to match signature
1 parent 2ddc291 commit f7beecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Console/Helpers/InteractivePublishCommandHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function handle(array $selectedFiles): string
5151

5252
$this->publishFiles($filesToPublish);
5353

54-
return sprintf('Published files [%s]', $this->getPublishedFilesForOutput($filesToPublish));
54+
return sprintf('Published files [%s]', $this->getPublishedFilesForOutput($selectedFiles));
5555
}
5656

5757
/** @return array{string, string} */

0 commit comments

Comments
 (0)