Fix sed command in instance update workflow

This commit is contained in:
Ben Busby 2021-11-26 17:46:49 -07:00 committed by GitHub
parent 8e3455a790
commit 0d93fee725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
rm -f *-tmp.json
# Ensure no trailing slashes for any instance
sed -i '' 's/\/"/"/g' services.json
sed -i 's/\/"/"/g' services.json
}
# ==============================================================