Skip to content

Commit fb5b22b

Browse files
committed
Update genall.ps1
1 parent b3ceb65 commit fb5b22b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

generate/genall.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,6 @@ function Install-CaddyModule { param([string]$ModuleName, [string]$ZipPath, [str
11441144
} catch { Write-Error "Error processing Caddy module: $_"; return $false }
11451145
}
11461146

1147-
11481147
function Install-MailpitModule { param([string]$ModuleName, [string]$ZipPath, [string]$DestDir)
11491148
try { Write-Stage "MAILPIT-PROCESSING" "Processing Mailpit module"; Expand-Archive -Path $ZipPath -DestinationPath $DestDir -Force; Write-Success "Mailpit module processing completed"; return $true }
11501149
catch { Write-Error "Error processing Mailpit module: $_"; return $false }

0 commit comments

Comments
 (0)