Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Nov 20, 2024
1 parent dc75359 commit 119da11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/CompileNinjaSvgCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function handle()
}

if ($this->option('force') === false && $inscription->fullSvgExists()) {
$this->error('SVG already exists. Use --force to overwrite it.');
$this->error('SVG already exists for '.$inscription->name.'. Use --force to overwrite it.');

return Command::FAILURE;
}
Expand Down

0 comments on commit 119da11

Please sign in to comment.