From 361789f859aeebeed29bd706c1f111e5fd7348ea Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 14 May 2017 01:48:26 -0400 Subject: [PATCH] Fixes incorrect command --- src/blameActiveLineController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blameActiveLineController.ts b/src/blameActiveLineController.ts index 6e01792..643f5e4 100644 --- a/src/blameActiveLineController.ts +++ b/src/blameActiveLineController.ts @@ -272,7 +272,7 @@ export class BlameActiveLineController extends Disposable { case StatusBarCommand.ShowQuickFileHistory: this._statusBarItem.tooltip = 'Show File History'; break; - case StatusBarCommand.ShowQuickFileHistory: + case StatusBarCommand.ShowQuickCurrentBranchHistory: this._statusBarItem.tooltip = 'Show Branch History'; break; }