adding quickfix
This commit is contained in:
2
update_library.sh
Normal file → Executable file
2
update_library.sh
Normal file → Executable 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/qfixtb/quickfix|g' {} +
|
||||
find quickfix -type f -exec sed -i '' 's|github.com/quickfixgo/quickfix|quantex.com/qfixdpl/quickfix|g' {} +
|
||||
|
||||
echo "Library Updated"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user