From 8b5315738abc973ebfb682aebb0c966ea22413fe Mon Sep 17 00:00:00 2001 From: Henrik Date: Tue, 17 Nov 2020 21:36:35 +0100 Subject: [PATCH] Fix typo "bate" to "beta" --- core/browser_linux.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/browser_linux.go b/core/browser_linux.go index 10e83b2..71bf504 100644 --- a/core/browser_linux.go +++ b/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,