Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 968b08f

Browse filesBrowse files
committed
whoops
1 parent 34e4749 commit 968b08f
Copy full SHA for 968b08f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎scripts/matrix_testing/Pop-CompilerSpecificFiles.ps1

Copy file name to clipboardExpand all lines: scripts/matrix_testing/Pop-CompilerSpecificFiles.ps1
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.