Cleanup: fix copy/paste error in comment

This commit is contained in:
Stefan Haller
2023-04-13 13:14:00 +02:00
parent 24de156592
commit 7bbcec965b
+1 -1
View File
@@ -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"`
}