소스 검색

cd to the directory of python

Bo Yang 7 년 전
부모
커밋
e6bf33811f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config.sh

+ 1 - 1
config.sh

@@ -6,7 +6,7 @@ function pre_build {
     # Runs in the root directory of this repository.
     pwd
     ls
-    cd python 
+    cd protobuf/python
 }
 
 function run_tests {