Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
damienvanrobaeys authored Aug 26, 2022
1 parent c8b48a7 commit 06af804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Add_Structure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Else
write-progress -activity $Progress_Activity -percentcomplete 1;

$Check_Sources_Files_Count = (get-childitem "$Current_Folder\Sources\Run_in_Sandbox" -recurse).count
If($Check_Sources_Files_Count -eq 38)
If($Check_Sources_Files_Count -eq 39)
{
$Sources_Copied = $False
$ProgData = $env:ProgramData
Expand Down

0 comments on commit 06af804

Please sign in to comment.