Skip to content

Commit

Permalink
fix: align 'Open repository in browser' command with other commands
Browse files Browse the repository at this point in the history
  • Loading branch information
keevan committed Mar 5, 2022
1 parent b360676 commit 3f1b638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
'git-link:open-line-in-browser': () => this.openLine(),
'git-link:open-selection-in-browser': () => this.openSelection(),
'git-link:open-file-in-browser': () => this.openFile(),
'git-link:open-link-to-repository': () => this.openRepository(),
'git-link:open-repository-in-browser': () => this.openRepository(),

'git-link:edit-line-in-browser': () => this.editLine(),
'git-link:edit-selection-in-browser': () => this.editSelection(),
Expand Down

0 comments on commit 3f1b638

Please sign in to comment.