From db64a2a8db106280e5666f04f3b57d92db1d1f80 Mon Sep 17 00:00:00 2001 From: Brent Pappas Date: Tue, 16 Jul 2024 09:07:46 -0400 Subject: [PATCH] gh: fix typo (again) --- .github/workflows/temp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index fb95ad84a4..0761e48b0b 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -116,8 +116,8 @@ jobs: git clone --depth=1 https://github.com/torvalds/linux.git linux cd linux - - name: Print contents of Linux dir - run: | - ls linux - ls ${PWD/linux - pwd + - name: Print contents of Linux dir + run: | + ls linux + ls ${PWD/linux + pwd