From e66a718b508c7c1fe14450e8fec8ff8868cb183b Mon Sep 17 00:00:00 2001 From: Hunter Lannon Date: Mon, 12 May 2025 17:29:16 -0500 Subject: [PATCH] commit to see pipeline logs --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 545d8ff..0df365f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,7 +21,7 @@ jobs: - run: | mkdir ./debs/import - gsutil -mq rsync -r gs://envoy-apt-cache/debs ./debs/import/ + gsutil -m rsync -r gs://envoy-apt-cache/debs ./debs/import/ ls -alh debs/import/ - run: |