Merge pull request #44 from Henrocker/fix-typo-chrome-beta

Fix typo "bate" to "beta" for Chrome Beta on Linux
This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-11-18 10:16:21 +08:00
committed by GitHub
+2 -2
View File
@@ -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,