style: fix typo "bate" to "beta"

pull/83/head
Henrik 4 years ago committed by ᴍᴏᴏɴD4ʀᴋ
parent 2975561b4c
commit 5d25b52877
  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