Skip to content

Commit

Permalink
Merge pull request #445 from HubSpot/serverless/local-test-tracking
Browse files Browse the repository at this point in the history
Updated hs functions server tracking string
  • Loading branch information
miketalley authored Feb 22, 2021
2 parents eff8118 + 3a1c984 commit 68c8d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/functions/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 68c8d4f

Please sign in to comment.