Skip to content

Commit

Permalink
Update EmbroideryCollection-Cleanup.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Jeffrey committed Apr 1, 2024
1 parent 61ddecc commit 42c0b0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EmbroideryCollection-Cleanup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ $script:CloudStatusGood = $true

$shell = New-Object -ComObject 'Shell.Application'
$downloaddir = (New-Object -ComObject Shell.Application).NameSpace('shell:Downloads').Self.Path
$downloaddir = "C:\Users\darre\source\repos\Embroidery-File-Organize"
if (!(test-path $downloaddir)) {
Write-Error "The Download Directory does not work, please correct the script"
return
Expand Down

0 comments on commit 42c0b0a

Please sign in to comment.