From 6e6a8ebd6aa53b556e01566e5165498906571bc1 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 24 Jul 2023 23:37:18 +0200 Subject: [PATCH] Fix typo --- scripts/Windows/Config/Firefox/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Config/Firefox/Install.ps1 b/scripts/Windows/Config/Firefox/Install.ps1 index 19ff9a46..5b62a1fe 100644 --- a/scripts/Windows/Config/Firefox/Install.ps1 +++ b/scripts/Windows/Config/Firefox/Install.ps1 @@ -44,7 +44,7 @@ foreach ($association in $defaultAssociations.SelectNodes("/DefaultAssociations/ $className = "FirefoxURL"; } - $association.ProgId = "$className-308046B0AF4A39CB" + $association.ProgId = "$className-308046B0AF4A39CB"; } }