style: fix typo "bate" to "beta"

This commit is contained in:
Henrik
2020-11-17 21:36:35 +01:00
committed by ᴍᴏᴏɴD4ʀᴋ
parent 2975561b4c
commit 5d25b52877
+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,