diff options
| -rw-r--r-- | .github/workflows/update-instances.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
