Skip to content

Commit

Permalink
Fix (firefox_windows.go): Registry Value
Browse files Browse the repository at this point in the history
Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com>
  • Loading branch information
Dragon1573 committed Dec 20, 2023
1 parent dfd27e1 commit 727a490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfacer/src/browsh/firefox_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func getWindowsFirefoxVersionString() string {
}
defer k.Close()

versionString, _, err := k.GetStringValue("")
versionString, _, err := k.GetStringValue("CurrentVersion")
if err != nil {
Shutdown(fmt.Errorf("Error reading Windows registry: %w", err))
}
Expand Down

0 comments on commit 727a490

Please sign in to comment.