diff --git a/app/Console/Commands/Plugin/MakePluginCommand.php b/app/Console/Commands/Plugin/MakePluginCommand.php index 7da393c6d..71d24942a 100644 --- a/app/Console/Commands/Plugin/MakePluginCommand.php +++ b/app/Console/Commands/Plugin/MakePluginCommand.php @@ -61,7 +61,7 @@ class MakePluginCommand extends Command return; } - $url = $this->option('url') ?? $this->ask('URL', 'https://github.com/' . $author . '/' . $id); + $url = $this->option('url') ?? $this->ask('URL'); $updateUrl = $this->option('updateUrl') ?? $this->ask('Update URL'); $panels = $this->option('panels') ?? $this->choice('Panels', [ 'admin' => 'Admin Area',