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"; } }