Skip to content

Commit f4cfa92

Browse files
author
anandkumarpatel
committed
Merge pull request #543 from CodeNow/fix-typo-heap
Fix typo in heap analytics event
2 parents 3c0443f + 775d194 commit f4cfa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/actions/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function followBranch (instancesKey) {
322322
instances.getGithubUsernamesForInstances(
323323
'instanceCreator', 'deployedInstances'),
324324
heap.create(),
325-
heap.model.track('githubPushInfo.user.id', 'github_hook_autodepoy', {
325+
heap.model.track('githubPushInfo.user.id', 'github_hook_autodeploy', {
326326
repo: 'githubPushInfo.repo',
327327
branch: 'githubPushInfo.branch',
328328
commit: 'githubPushInfo.headCommit.id',

0 commit comments

Comments
 (0)