fix sed command

This commit is contained in:
Peter Nashaat 2023-05-29 08:13:13 +00:00
parent f3193235b4
commit f5be4ad06b

View File

@ -20,5 +20,5 @@ jobs:
git log -1 git log -1
git restore . git restore .
git pull git pull
sed -i "s/https:\/\/ourworld.tf/https:\/\/www2.ourworld.tf/g" config.toml sed -i "s/https:\/\/www.ourworld.tf/https:\/\/www2.ourworld.tf/g" config.toml
./build.sh ./build.sh