summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-03-29 11:50:35 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-04-13 13:14:00 +0200
commit7bbcec965bb6606c661287f3a729a1de08debd81 (patch)
tree3dea6fb9fc7c5deb622f83e74d0b384191acde78
parent24de1565928cb24a043d65dcb63801a6bf418bb9 (diff)
Cleanup: fix copy/paste error in comment
-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"`
}