Skip to content

Commit

Permalink
Update Ploto.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeno authored May 1, 2021
1 parent 56e98a8 commit 2329a32
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Ploto.psm1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<#
.SYNOPSIS
Name: Ploto
Version: 1.0.4
Version: 1.0.5
Author: Tydeno
Expand Down Expand Up @@ -672,7 +672,6 @@ function Remove-AbortedPlotoJobs

}


function Get-PlotoPlots
{
Param(
Expand Down Expand Up @@ -747,10 +746,10 @@ function Move-PlotoPlots
[parameter(Mandatory=$true)]
$OutDriveDenom,
[parameter(Mandatory=$true)]
[ValidateSet("BITS", "Move-Item", IgnoreCase = $true)]
$TransferMethod
)


$PlotsToMove = Get-PlotoPlots -OutDriveDenom $OutDriveDenom

if ($PlotsToMove)
Expand Down Expand Up @@ -835,10 +834,7 @@ if ($PlotsToMove)
{
Write-Host "PlotoMover @"(Get-Date)": Local Destination Drive does not have enough disk space. Cant move." -ForegroundColor Red
}


}

}
}

Expand All @@ -856,6 +852,7 @@ function Start-PlotoMove
$DestinationDrive,
[parameter(Mandatory=$true)]
$OutDriveDenom,
[ValidateSet("BITS", "Move-Item", IgnoreCase = $true)]
$TransferMethod
)

Expand Down

0 comments on commit 2329a32

Please sign in to comment.