Minor change to documentation on runner.DefaultChromePath consts
This commit is contained in:
parent
dde782082b
commit
514f86f131
|
@ -3,6 +3,7 @@
|
|||
package runner
|
||||
|
||||
const (
|
||||
// DefaultChromePath is the default path to the Chrome application.
|
||||
DefaultChromePath = `/Applications/Google Chrome.app/Contents/MacOS/Google Chrome`
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@ package runner
|
|||
import "os/exec"
|
||||
|
||||
const (
|
||||
// DefaultChromePath is the default path to the google-chrome executable.
|
||||
// DefaultChromePath is the default path to the google-chrome executable if
|
||||
// a variant cannot be found on $PATH.
|
||||
DefaultChromePath = "/usr/bin/google-chrome"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user