From 3a1c984504e0a95d261938a911eb08061b6eb8d4 Mon Sep 17 00:00:00 2001 From: Mike Talley Date: Mon, 22 Feb 2021 10:59:54 -0500 Subject: [PATCH] updated tracking string --- packages/cli/commands/functions/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/commands/functions/server.js b/packages/cli/commands/functions/server.js index 41778c4aa..55a35a1f9 100644 --- a/packages/cli/commands/functions/server.js +++ b/packages/cli/commands/functions/server.js @@ -37,7 +37,7 @@ exports.handler = async options => { const { path: functionPath } = options; const accountId = getAccountId(options); - trackCommandUsage('functions-test', { functionPath }, accountId); + trackCommandUsage('functions-server', { functionPath }, accountId); logger.debug( `Starting local test server for .functions folder with path: ${functionPath}`