From 0abf463069455b6236c001e196ed7a258abe25de Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 24 Aug 2023 14:55:36 -0600 Subject: [PATCH] Fix file typo in CI --- .github/workflows/update-instances.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index ed1df77..c806292 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -122,7 +122,7 @@ jobs: jq --slurpfile nitter nitter-tmp.json \ '( .[] | select(.type == "nitter") ) - .instances |= $nitter[0]' services-full.json > services.tmp.json + .instances |= $nitter[0]' services-full.json > services-tmp.json apply_update