Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gsonovb committed Jan 2, 2017
1 parent 1f077a1 commit f10c7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Expand-Archive -Path $filename -DestinationPath $expdir -Force

$mdir = Join-Path $expdir $movedir;
Write-Host "Move Files $expdir to $desdir .";
robocopy "$expdir" "$desdir" /E
robocopy "$mdir" "$desdir" /E

Write-Host "Delete Files $expdir .";
Remove-Item $expdir -Recurse -Force;
Expand Down

0 comments on commit f10c7fc

Please sign in to comment.