Fix typo "bate" to "beta"

pull/44/head
Henrik 5 years ago committed by GitHub
parent 9c9c88c327
commit 794084fe7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/browser_linux.go

@ -15,7 +15,7 @@ const (
chromeProfilePath = "/home/*/.config/google-chrome/*/"
edgeProfilePath = "/home/*/.config/microsoft-edge*/*/"
braveProfilePath = "/home/*/.config/BraveSoftware/Brave-Browser/*/"
chromeBateProfilePath = "/home/*/.config/google-chrome-beta/*/"
chromeBetaProfilePath = "/home/*/.config/google-chrome-beta/*/"
)
const (
@ -57,7 +57,7 @@ var (
New: NewChromium,
},
"chrome-beta": {
ProfilePath: chromeBateProfilePath,
ProfilePath: chromeBetaProfilePath,
Name: chromeBetaName,
Storage: chromeBetaStorageName,
New: NewChromium,

Loading…
Cancel
Save