Skip to content

Commit

Permalink
fix transfer_path script
Browse files Browse the repository at this point in the history
  • Loading branch information
nejisama committed Dec 26, 2019
1 parent 9179487 commit ebdc854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit ebdc854

Please sign in to comment.