Skip to content

Commit 8ffb286

Browse files
authored
Merge pull request #7 from ploi/feat/naming-repository
Change naming for repositories
2 parents e5effa1 + 08380c2 commit 8ffb286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Commands/Site/Repository/DeleteRepoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DeleteRepoCommand extends Command
1616
{
1717
use EnsureHasToken, HasPloiConfiguration, InteractWithServer, InteractWithSite;
1818

19-
protected $signature = 'repo:delete {--server=} {--site=}';
19+
protected $signature = 'repository:delete {--server=} {--site=}';
2020

2121
protected $description = 'Delete a repository connected to your site';
2222

app/Commands/Site/Repository/InstallRepoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class InstallRepoCommand extends BaseCommand
1818
{
1919
use EnsureHasToken, HasPloiConfiguration, HasRepo, InteractWithServer, InteractWithSite;
2020

21-
protected $signature = 'repo:install {--server=} {--site=}';
21+
protected $signature = 'repository:install {--server=} {--site=}';
2222

2323
protected $description = 'Install the repository to your site';
2424

0 commit comments

Comments
 (0)