summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJohn Shin <shinhs0506@gmail.com>2022-07-03 02:00:40 -0700
committerJohn Shin <shinhs0506@gmail.com>2022-07-03 02:00:40 -0700
commit1eb47deae494a528ca00358eec6afafb7b3208e1 (patch)
tree24d0e95880a6de4779c0a01953c43d73773c6a67 /pkg/config
parent4d54b3801f1061b22f4fdcd5c6737c30c64efcde (diff)
apply gofumpt
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/config_linux.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/config/config_linux.go b/pkg/config/config_linux.go
index a52602447..8fdc0c473 100644
--- a/pkg/config/config_linux.go
+++ b/pkg/config/config_linux.go
@@ -12,13 +12,12 @@ func isWSL() bool {
// GetPlatformDefaultConfig gets the defaults for the platform
func GetPlatformDefaultConfig() OSConfig {
-
if isWSL() {
return OSConfig{
EditCommand: ``,
EditCommandTemplate: "",
OpenCommand: `powershell.exe start explorer.exe {{filename}} >/dev/null`,
- OpenLinkCommand: `powershell.exe start {{link}} >/dev/null`,
+ OpenLinkCommand: `powershell.exe start {{link}} >/dev/null`,
}
}