Skip to content

Commit 62e085c

Browse files
committed
feat: edit edge remover
1 parent dca7a9c commit 62e085c

File tree

1 file changed

+1
-1
lines changed
  • src/playbook/Executables/AtlasModules/Scripts/ScriptWrappers

1 file changed

+1
-1
lines changed

src/playbook/Executables/AtlasModules/Scripts/ScriptWrappers/RemoveEdge.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ if ($UninstallEdge) {
355355
$tempDirectory = Join-Path ([IO.Path]::GetTempPath()) ([IO.Path]::GetRandomFileName())
356356
New-Item -ItemType Directory -Path $tempDirectory | Out-Null
357357

358-
& curl.exe -LSs "https://raw.githubusercontent.com/ShadowWhisperer/Remove-MS-Edge/main/Batch/Edge-Appx.bat" -o "$tempDirectory\Edge.bat"
358+
& curl.exe -LSs "https://raw.githubusercontent.com/ShadowWhisperer/Remove-MS-Edge/main/Batch/Edge.bat" -o "$tempDirectory\Edge.bat"
359359
if (!$?) {
360360
Write-Error "Downloading script failed."
361361
exit 1

0 commit comments

Comments
 (0)