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

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ytorbyk committed Aug 11, 2018
1 parent 7a2735b commit a4ab896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Commands/DnsMasq/StopCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class StopCommand extends Command
*/
public function handle(): void
{
$this->task('DnsMasq Start', function () {
$this->task('DnsMasq Stop', function () {
BrewService::stop(config('env.dns.formula'));
});
}
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/ElasticSearch/StopCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class StopCommand extends Command
*/
public function handle(): void
{
$this->task('ElasticSearch Start', function () {
$this->task('ElasticSearch Stop', function () {
BrewService::stop(config('env.elasticsearch.formula'));
});
}
Expand Down

0 comments on commit a4ab896

Please sign in to comment.