summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/config/user_config.go2
1 files changed, 1 insertions, 1 deletions
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"`
}