Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Dec 17, 2024
1 parent a4f52de commit 98d8f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/ListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function handle(Docker $docker): void
}

if ($containersCollection->isEmpty()) {
info("No Takeout containers are enabled.");
info('No Takeout containers are enabled.');

return;
}
Expand Down

0 comments on commit 98d8f97

Please sign in to comment.