Skip to content

Commit

Permalink
Print the basename
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 21, 2022
1 parent e850367 commit f3cef73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/HydePublishFrontendResourcesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function handle(): int
$this->newLine();
$this->warn('Please note that the following files will be overwritten:');
foreach (PublishesDefaultFrontendResourceFiles::$files as $file) {
$this->line(' - resources/assets/'.$file);
$this->line(' - resources/assets/'.basename($file));
}

$this->warn('You should make sure you have a backup of these files before proceeding. Tip: Use Git!');
Expand Down

0 comments on commit f3cef73

Please sign in to comment.