mirror of
https://github.com/benbusby/farside.git
synced 2025-03-14 19:26:30 -04:00
Fix sed command in instance update workflow
This commit is contained in:
parent
8e3455a790
commit
0d93fee725
2
.github/workflows/update-instances.yml
vendored
2
.github/workflows/update-instances.yml
vendored
@ -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
|
||||
}
|
||||
|
||||
# ==============================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user