Skip to content

Commit 05b3637

Browse files
committed
Syntax
1 parent 2480d2d commit 05b3637

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
@@ -147,7 +147,7 @@ function Get-rust-PackageInfoFromPackageFile([IO.FileInfo]$pkg, [string]$working
147147

148148
# Extract the .crate file (which is a tarball) to the temporary folder
149149
tar -xvf $pkg.FullName -C $extractionPath
150-
$cargoTomlPath = Join-Path $extractionPath, $pkg.BaseName, 'Cargo.toml'
150+
$cargoTomlPath = Join-Path $extractionPath $pkg.BaseName 'Cargo.toml'
151151

152152
Write-Host "Reading package info from $cargoTomlPath"
153153
if (!(Test-Path $cargoTomlPath)) {

0 commit comments

Comments
 (0)