From fbb4ea33a250211221b1964b481c78c536e694a2 Mon Sep 17 00:00:00 2001 From: suroh Date: Fri, 2 Feb 2024 16:34:55 +0100 Subject: [PATCH] missed colon --- .gitea/workflows/test-filesystem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-filesystem.yml b/.gitea/workflows/test-filesystem.yml index 539c8ef..9efad83 100644 --- a/.gitea/workflows/test-filesystem.yml +++ b/.gitea/workflows/test-filesystem.yml @@ -11,4 +11,4 @@ jobs: run: ls -lha /data - name: Web mount? - run ls -lha /www + run: ls -lha /www