Add missing flag for sed replacement in update workflow

This commit is contained in:
Ben Busby 2022-08-01 22:20:51 -06:00
parent 3c776d55b0
commit 0749d01206
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1

View file

@ -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