Skip to content

Commit 9085086

Browse files
committed
backtick
1 parent 0ccd537 commit 9085086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/stages/archetype-rust-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ stages:
112112
$cratePath = "$ArtifactRootPath/$ArtifactName/$ArtifactName-$packageVersion.crate"
113113
Get-ChildItem "$ArtifactRootPath" -Recurse | ForEach-Object { Write-Host $_.FullName }
114114
Copy-Item `
115-
-Path $cratePath`
115+
-Path $cratePath `
116116
-Destination $OutDir
117117
Write-Host "Contents of $OutDir"
118118
Get-ChildItem -Path $OutDir | ForEach-Object { Write-Host $_.FullName }

0 commit comments

Comments
 (0)