aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'browserenv_unix.go')
-rw-r--r--browserenv_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/browserenv_unix.go b/browserenv_unix.go
index e6416f8..d2f9538 100644
--- a/browserenv_unix.go
+++ b/browserenv_unix.go
@@ -19,7 +19,7 @@ func shell() (args []string) {
}
// TODO
-func fmtBrowserCommand(browser, url string) string {
+func escapeBrowserCommand(browser, url string) string {
// TODO: handle %s in browser command
return fmt.Sprintf("%s '%s'", browser, url)
}