Skip to content

Commit 84c16ec

Browse files
authored
Fix typo (#180)
1 parent 38f081c commit 84c16ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines-gitTests-template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
version: '20.x'
8484
displayName: 'Install Node.js'
8585
- script: |
86-
du -h
87-
du -h -i
86+
df -h
87+
df -h -i
8888
displayName: Debugging
8989
continueOnError: true
9090
- script: |

azure-pipelines-userTests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
version: '20.x'
118118
displayName: 'Install Node.js'
119119
- script: |
120-
du -h
121-
du -h -i
120+
df -h
121+
df -h -i
122122
displayName: Debugging
123123
continueOnError: true
124124
- script: |

0 commit comments

Comments
 (0)