mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
Fix typo "bate" to "beta"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user