From 7f5e8c8ef9c99717a25d76c4bc4459adca45860b Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:44:29 +0530 Subject: [PATCH] Updated Team sync command inside apigee_edge command for 2x (#953) --- modules/apigee_edge_teams/src/Commands/ApigeeEdgeCommands.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/apigee_edge_teams/src/Commands/ApigeeEdgeCommands.php b/modules/apigee_edge_teams/src/Commands/ApigeeEdgeCommands.php index 508af339..d1b4fc09 100644 --- a/modules/apigee_edge_teams/src/Commands/ApigeeEdgeCommands.php +++ b/modules/apigee_edge_teams/src/Commands/ApigeeEdgeCommands.php @@ -49,9 +49,9 @@ public function __construct(CliServiceInterface $cli_service = NULL) { /** * Team Member synchronization. * - * @command apigee-edge-teams:sync + * @command apigee-edge:teams-sync * - * @usage drush apigee-edge-teams:sync + * @usage drush apigee-edge:teams-sync * Starts the team member synchronization. */ public function sync() {