From 7bbcec965bb6606c661287f3a729a1de08debd81 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 29 Mar 2023 11:50:35 +0200 Subject: Cleanup: fix copy/paste error in comment --- pkg/config/user_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index 864a672ba..df421b03c 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -300,7 +300,7 @@ type OSConfig struct { // OpenCommand is the command for opening a file OpenCommand string `yaml:"openCommand,omitempty"` - // OpenCommand is the command for opening a link + // OpenLinkCommand is the command for opening a link OpenLinkCommand string `yaml:"openLinkCommand,omitempty"` } -- cgit v1.2.3