summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2022-08-01 22:20:51 -0600
committerBen Busby <contact@benbusby.com>2022-08-01 22:20:51 -0600
commit0749d012062fef9fd2d8ffeed32c7ac041ad8323 (patch)
treebd1c7668d8a0902ccd1d8dd8c9e7e3e2a4e0007a /.github
parent3c776d55b0cab56f94cb02c1284b945fc3ba8e45 (diff)
downloadfarside-0749d012062fef9fd2d8ffeed32c7ac041ad8323.tar.gz
Add missing flag for sed replacement in update workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-instances.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml
index 69dcea4..197b973 100644
--- a/.github/workflows/update-instances.yml
+++ b/.github/workflows/update-instances.yml
@@ -48,7 +48,7 @@ jobs:
done <$file
# Remove any trailing commas from new instance lists
- sed -e ':begin' -e '$!N' -e 's/,\n]/\n]/g' -e 'tbegin' -e 'P' -e 'D' out.json
+ sed -i -e ':begin' -e '$!N' -e 's/,\n]/\n]/g' -e 'tbegin' -e 'P' -e 'D' out.json
cat out.json | jq --indent 2 . > services.json
rm -f out.json