mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
fix some things
This commit is contained in:
parent
91fe68576c
commit
93729ba61b
4 changed files with 6 additions and 7 deletions
|
@ -100,7 +100,6 @@ func (c *OSCommand) OpenFile(filename string) error {
|
|||
}
|
||||
|
||||
func (c *OSCommand) OpenLink(link string) error {
|
||||
c.LogCommand(fmt.Sprintf("Opening link '%s'", link), false)
|
||||
commandTemplate := c.UserConfig.OS.OpenLinkCommand
|
||||
templateValues := map[string]string{
|
||||
"link": c.Quote(link),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue