Skip to content

Commit 968b08f

Browse files
committed
whoops
1 parent 34e4749 commit 968b08f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/matrix_testing/Pop-CompilerSpecificFiles.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
. "$PSScriptRoot/Config.ps1"
22
function Pop-CompilerSpecificFiles {
33
param([Parameter(Mandatory)]
4+
[hashtable[]]
45
$Context
56
)
67

78
foreach($c in $Context){
89

9-
$origin = $context.origin
10-
$temp = $context.temp
10+
$origin = $c.origin
11+
$temp = $c.temp
1112

1213
if($temp){
1314
Write-Host "Restoring $temp -> $origin"

0 commit comments

Comments
 (0)