diff options
| author | Ben Busby <contact@benbusby.com> | 2023-08-24 14:55:36 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-08-24 14:55:36 -0600 |
| commit | 0abf463069455b6236c001e196ed7a258abe25de (patch) | |
| tree | 8651dd6b9ccfb8d29854dd90692c6e2781e30208 /.github | |
| parent | a5eea91f2b30819a8639de5ebe9521996727be9e (diff) | |
| download | farside-0abf463069455b6236c001e196ed7a258abe25de.tar.gz | |
Fix file typo in CI
Diffstat (limited to '.github')
| -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 |
