Skip to content

Commit

Permalink
FIX: Cleaning up and removing Dockavel
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 committed May 6, 2021
1 parent 7e9a7b9 commit ea46e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockavel.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function publishConfig(string $phpVersion, bool $force=false) {

private function cleanUp(): void
{
$this->info('Cleaning up and removing Arc...');
$this->info('Cleaning up and removing Dockavel...');
$this->cmd('composer remove savannabits/dockavel --ignore-platform-reqs');
}
}

0 comments on commit ea46e67

Please sign in to comment.