mirror of
https://github.com/benbusby/farside.git
synced 2025-04-25 13:10:02 +00:00
Fix sed command in instance update workflow
This commit is contained in:
parent
8e3455a790
commit
0d93fee725
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue