Skip to content

Commit 775d194

Browse files
committed
fix typo
1 parent 3c0443f commit 775d194

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)