From c084c402889f191ae30c7032025ba4dddea4b412 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Sat, 15 Jun 2024 11:55:41 +0200 Subject: [PATCH] Good job there kodi --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index aa10497..e5ad3ef 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,6 +26,6 @@ jobs: - name: Check that the file is correctly uploaded run: | curl -s -o test-uploaded.txt ${{ steps.upload.outputs.url }} - nix shell "nixpkgs#diffutils" -c "diff test.txt test-uploaded.txt" + nix shell "nixpkgs#diffutils" -c diff test.txt test-uploaded.txt rm test.txt