aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv.go
diff options
context:
space:
mode:
Diffstat (limited to 'browserenv.go')
-rw-r--r--browserenv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/browserenv.go b/browserenv.go
index 4ff70a4..678b651 100644
--- a/browserenv.go
+++ b/browserenv.go
@@ -82,7 +82,7 @@ func browserCommand(command, url string) *exec.Cmd {
if browserCommandIncludesURL(command) {
command = fmtWithURL(command, url)
} else {
- command = fmtBrowserCommand(command, url)
+ command = escapeBrowserCommand(command, url)
}
args = append(args, command)