Fixed last -whatif.. right? ;)

This commit is contained in:
iTracerFacer 2025-10-26 09:14:48 -05:00
parent 4a19c393e4
commit 89acc135fe

View File

@ -105,7 +105,7 @@ if (-not $runInWhatIfMode) {
# Create a single backup of existing Moose_.lua if it exists and backup doesn't exist yet
if ((Test-Path $MooseLuaPath) -and -not (Test-Path $backupPath)) {
Write-Host " Creating backup: $backupPath" -ForegroundColor Gray
Copy-Item $MooseLuaPath $backupPath -Force
Copy-Item $MooseLuaPath $backupPath -Force -WhatIf:$false
}
# Download the file