Skip to content

Commit 9a3c7f9

Browse files
author
James Brundage
committed
Updating Core Template Transpiler (re #285)
1 parent ec8b3b8 commit 9a3c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transpilers/Core/PipeScript.Template.psx.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ process {
419419
}
420420

421421
if (-not (Test-Path $Name)) {
422-
$null = New-Item -ItemType $file -Path $name -Force
422+
$null = New-Item -ItemType File -Path $name -Force
423423
}
424424
$evaluated | Set-Content -Path $name
425425
Get-Item -Path $name

0 commit comments

Comments
 (0)