Skip to content

Commit

Permalink
fix desc command
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 25, 2024
1 parent 941f21d commit 27b2157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/GenerateApiDocs.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ public function getAppName() {

public function handle()
{
$this->info("Install app: Apis");
$this->info("Generate Docs");
if (!$this->confirm('Do you wish to continue?')) {
// ...
$this->error("App Apis Install cannelled");
$this->error("Generate Docs cannelled");
return false;
}

Expand Down

0 comments on commit 27b2157

Please sign in to comment.