Skip to content

Commit d791fe5

Browse files
Fix indentation issue (#21802)
There is an indentation issue in PR #21757. This PR addresses this issue.
1 parent 0fd75cd commit d791fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/docker-sonic-mgmt-py3-only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stages:
4242
- script: |
4343
set -x
4444
sudo setfacl -R -b $(Agent.BuildDirectory)
45-
displayName: 'setfacl'
45+
displayName: 'setfacl'
4646
4747
- bash: |
4848
set -xe

0 commit comments

Comments
 (0)