Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit f910864

Browse files
committed
fix variable set statement
1 parent 3aa52be commit f910864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/scanJob.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
foreach($targz in $targzs)
3434
{
3535
Write-Verbose -Verbose "Extracting $targz"
36-
$target = $(ob_outputDirectory)
36+
$target = '$(ob_outputDirectory)'
3737
tar -xvf $targz -C $target
3838
}
3939
displayName: 'Extract Tar.Gz'

0 commit comments

Comments
 (0)