Skip to content

Commit cfa8de9

Browse files
scbeddazure-sdk
authored andcommitted
fix spacing
1 parent fe6fddc commit cfa8de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ steps:
6363
6464
# nohup does NOT continue beyond the current session if you use it within powershell
6565
- bash: |
66-
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>${{ parameters.rootFolder }}/test-proxy.log &
66+
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>$(Build.SourcesDirectory)/test-proxy.log &
6767
6868
echo $! > $(Build.SourcesDirectory)/test-proxy.pid
6969
echo "##vso[task.setvariable variable=PROXY_PID]$(cat $(Build.SourcesDirectory)/test-proxy.pid)"

0 commit comments

Comments
 (0)