Skip to content

Commit f5f2522

Browse files
author
Michelle Tilley
authored
Merge pull request #93 from git-school/mkt-fix-typo
Fix typo in reflog
2 parents 50d0878 + 5391e22 commit f5f2522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/historyview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ define(['d3'], function() {
14791479
this.reset(origBranch)
14801480
this._setCurrentBranch(origBranch)
14811481
this.addReflogEntry(
1482-
'HEAD', this.getCommit('HEAD').id, 'rebase finished: returning to resf/heads/' + origBranch
1482+
'HEAD', this.getCommit('HEAD').id, 'rebase finished: returning to refs/heads/' + origBranch
14831483
)
14841484
this.addReflogEntry(
14851485
origBranch, newHeadCommit.id, 'rebase finished: refs/heads/' +

0 commit comments

Comments
 (0)