This is an automated email from the ASF dual-hosted git repository.
wongoo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
The following commit(s) were added to refs/heads/develop by this push:
new 150fd36 doc: fix wrong dir path in start.sh (#218)
150fd36 is described below
commit 150fd36001e01ebe11fc63789ee97ddc7ac4ec57
Author: MasterKenway <[email protected]>
AuthorDate: Mon Jul 19 19:07:11 2021 +0800
doc: fix wrong dir path in start.sh (#218)
Co-authored-by: Xin.Zh <[email protected]>
---
samples/dubbogo/simple/start.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/dubbogo/simple/start.sh b/samples/dubbogo/simple/start.sh
index 2bafa5b..b775c24 100755
--- a/samples/dubbogo/simple/start.sh
+++ b/samples/dubbogo/simple/start.sh
@@ -22,4 +22,4 @@ DIR=$(cd $(dirname $0) && pwd )
echo $DIR
-./pixiu -c ${DIR}/$1/conf.yaml -a ${DIR}/$1/api_config.yaml
\ No newline at end of file
+./pixiu -c ${DIR}/$1/pixiu/conf.yaml -a ${DIR}/$1/pixiu/api_config.yaml
\ No newline at end of file