Skip to content

Commit

Permalink
updated tracking string
Browse files Browse the repository at this point in the history
  • Loading branch information
miketalley committed Feb 22, 2021
1 parent eff8118 commit 3a1c984
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 3a1c984

Please sign in to comment.