From ebdc854f31b295b1f3b150570b3fa512502d32b9 Mon Sep 17 00:00:00 2001 From: nejisama Date: Thu, 26 Dec 2019 17:38:17 +0800 Subject: [PATCH] fix transfer_path script --- transfer_path.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transfer_path.sh b/transfer_path.sh index 93dcd43da3..74c376aed6 100644 --- a/transfer_path.sh +++ b/transfer_path.sh @@ -1,7 +1,7 @@ # change import path -# github.com/alipay/sofa-mosn to sofastack.io/sofa-mosn -REPSTR="s/github.com\/alipay\/sofa-mosn/sofastack.io\/sofa-mosn/g" -GREPSTR="grep github.com/alipay/sofa-mosn -rl" +# sofastack.io/sofa-mosn to mosn.io/mosn +REPSTR="s/sofastack.io\/sofa-mosn/mosn.io\/mosn/g" +GREPSTR="grep sofastack.io/sofa-mosn -rl" CODES=("./pkg/" "./examples/codes/" "./test/" "./cmd/") # valid for MacOS (Drawin) # if you run the script in MacOS, you should use this one