Skip to content

Commit 2480d2d

Browse files
committed
Syntax
1 parent 7dc2692 commit 2480d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Get-rust-AdditionalValidationPackagesFromPackageSet ($packagesWithChang
142142
# $GetPackageInfoFromPackageFileFn = "Get-${Language}-PackageInfoFromPackageFile"
143143
function Get-rust-PackageInfoFromPackageFile([IO.FileInfo]$pkg, [string]$workingDirectory) {
144144
# Create a temporary folder for extraction
145-
$extractionPath = Join-Path ([System.IO.Path]::GetTempPath()), ([System.IO.Path]::GetRandomFileName())
145+
$extractionPath = Join-Path ([System.IO.Path]::GetTempPath()) ([System.IO.Path]::GetRandomFileName())
146146
New-Item -ItemType Directory -Path $extractionPath | Out-Null
147147

148148
# Extract the .crate file (which is a tarball) to the temporary folder

0 commit comments

Comments
 (0)