This commit is contained in:
2025-10-10 21:32:53 +03:00
parent b51270cae6
commit 4761517930
+1 -1
View File
@@ -6,7 +6,7 @@ param(
)
if (-not $From) {
Write-Error "No From path aborting"
Write-Error "No From path - aborting"
Exit 1
}
if (-not [System.IO.Path]::IsPathRooted($To)) {