Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Skip error on link-assets command
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Jul 16, 2019
1 parent 00e6a22 commit d779e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssetLinkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AssetLinkCommand extends Command
public function handle()
{
if (file_exists(public_path('laravolt'))) {
return $this->error('The "public/laravolt" directory already exists.');
return $this->info('The "public/laravolt" directory already exists.');
}

$this->laravel->make('files')->link(
Expand Down

0 comments on commit d779e2e

Please sign in to comment.