From 675d13b44ee13bc0463ddf661cc4ba60551018a9 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Mon, 9 Oct 2023 19:39:34 +0530 Subject: [PATCH] Updated Team sync command inside apigee_edge command --- 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() {