This commit is contained in:
Ramiro Paz
2026-03-12 12:14:57 -03:00
parent dcb1916c39
commit 072d44f3c3
3 changed files with 41 additions and 230 deletions

View File

@ -60,7 +60,7 @@ if [ -d "$cloned_repo" ]; then
#replace library imports
cd $project_directory
find quickfix -type f -exec sed -i 's|github.com/quickfixgo/quickfix|quantex.com/qfixpt/quickfix|g' {} +
find quickfix -type f -exec sed -i '' 's|github.com/quickfixgo/quickfix|quantex.com/qfixpt/quickfix|g' {} +
echo "Library Updated"
else