diff --git a/helper/sync-dtmcli.sh b/helper/sync-dtmcli.sh index dd70a5a..451dc14 100755 --- a/helper/sync-dtmcli.sh +++ b/helper/sync-dtmcli.sh @@ -13,7 +13,7 @@ fi cd ../dtmcli cp -rf ../dtm/dtmcli/* ./ -rm -f *_test.go +rm -f *_test.go logger/*.log sed -i '' -e 's/dtm-labs\/dtm\//dtm-labs\//g' *.go */**.go go mod tidy go build || exit 1