Skip to content

Commit

Permalink
Fix typo (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Dec 5, 2024
1 parent 38f081c commit 84c16ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-gitTests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
version: '20.x'
displayName: 'Install Node.js'
- script: |
du -h
du -h -i
df -h
df -h -i
displayName: Debugging
continueOnError: true
- script: |
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines-userTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
version: '20.x'
displayName: 'Install Node.js'
- script: |
du -h
du -h -i
df -h
df -h -i
displayName: Debugging
continueOnError: true
- script: |
Expand Down

0 comments on commit 84c16ec

Please sign in to comment.