From 84c16ec9c5b76b3c510ec14e8cb2a4df7a740ea2 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:11:10 -0800 Subject: [PATCH] Fix typo (#180) --- azure-pipelines-gitTests-template.yml | 4 ++-- azure-pipelines-userTests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines-gitTests-template.yml b/azure-pipelines-gitTests-template.yml index 5809bc9..96f178b 100644 --- a/azure-pipelines-gitTests-template.yml +++ b/azure-pipelines-gitTests-template.yml @@ -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: | diff --git a/azure-pipelines-userTests.yml b/azure-pipelines-userTests.yml index fb794f7..c80b703 100644 --- a/azure-pipelines-userTests.yml +++ b/azure-pipelines-userTests.yml @@ -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: |