Skip to content

Commit c808cf4

Browse files
committed
Use correct quotes
1 parent e5aaa1a commit c808cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/steps/update-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
2828
$command = "docker exec update-dependencies update-dependencies $args";
2929
Write-Host "Executing '$command'";
30-
Invoke-Expression '$command';
30+
Invoke-Expression "$command";
3131
displayName: Run Update Dependencies
3232

3333
- script: docker rm -f update-dependencies

0 commit comments

Comments
 (0)