From b411a6a73d01e55c8ff122e31e9a9fcbcc8d9517 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 8 Aug 2024 14:08:48 +0200 Subject: [PATCH] Fix typo --- scripts/Windows/Software/Firefox/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/Firefox/Manage.ps1 b/scripts/Windows/Software/Firefox/Manage.ps1 index d3d0cca2..0c9fb74e 100644 --- a/scripts/Windows/Software/Firefox/Manage.ps1 +++ b/scripts/Windows/Software/Firefox/Manage.ps1 @@ -34,7 +34,7 @@ Start-SoftwareInstaller @PSBoundParameters ` ); foreach ($extension in $extensions) { - Set-DefaultAppAssociation -Identifier $extensions -ProgId "${appName}HTML$progIdSuffix" -ApplicationName $appName; + Set-DefaultAppAssociation -Identifier $extension -ProgId "${appName}HTML$progIdSuffix" -ApplicationName $appName; } foreach ($scheme in $schemes) {