Skip to content

Commit 084ce59

Browse files
committed
Fix deleting tags from the context menu
1 parent 9ca4f58 commit 084ce59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Controllers/PBGitWindowController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ - (IBAction)addRemote:(id)sender
487487

488488
- (IBAction)deleteRef:(id)sender
489489
{
490-
id <PBGitRefish> refish = [self refishForSender:sender refishTypes:@[kGitXBranchType, kGitXRemoteType]];
490+
id <PBGitRefish> refish = [self refishForSender:sender refishTypes:@[kGitXBranchType, kGitXRemoteType, kGitXTagType]];
491491
if (!refish || ![refish isKindOfClass:[PBGitRef class]])
492492
return;
493493

0 commit comments

Comments
 (0)