diff --git a/component/Git Tools/Batch Checkout Branch/index.sh b/component/Git Tools/Batch Checkout Branch/index.sh index df3b28b0b73e25fe32244d0d5b74d6c0fa9694dd..38b98fef6c8822dd76f752afcd2bcd26acfe6b22 100644 --- a/component/Git Tools/Batch Checkout Branch/index.sh +++ b/component/Git Tools/Batch Checkout Branch/index.sh @@ -40,5 +40,5 @@ for PROJECT in ${PROJECTS[@]}; do cd .. done -cd ${SCRIPT_PATH} +cd "${SCRIPT_PATH}" echo -e "\n\n" \ No newline at end of file diff --git a/component/Git Tools/Batch Clone Project/config/projects.txt b/component/Git Tools/Batch Clone Project/config/projects.txt index b69037a6f1a6111039552a6db9210a7048748f5d..d2dd2430c0994d43a59a205f78b2c91a0b159ad3 100644 --- a/component/Git Tools/Batch Clone Project/config/projects.txt +++ b/component/Git Tools/Batch Clone Project/config/projects.txt @@ -1,2 +1,2 @@ -/mps/scf-mps-starter-price -/mps/scf-mps-starter-bill \ No newline at end of file +/mps/hc-mps-credit +/biz/hc-biz-product \ No newline at end of file diff --git a/component/Git Tools/Batch Clone Project/index.sh b/component/Git Tools/Batch Clone Project/index.sh index 51aee4f7a87119158f32e9f95dee5843d37bfe87..63114f357f7db4a118d91e2dc9b26f3a07f309f0 100644 --- a/component/Git Tools/Batch Clone Project/index.sh +++ b/component/Git Tools/Batch Clone Project/index.sh @@ -63,5 +63,5 @@ for PROJECT in ${PROJECTS[@]}; do git clone ${CLONE_URL} done -cd ${SCRIPT_PATH} +cd "${SCRIPT_PATH}" echo -e "\n\n" \ No newline at end of file diff --git a/component/Git Tools/Batch Creating Branch/index.sh b/component/Git Tools/Batch Creating Branch/index.sh index a4708707da544cde76fbf201fd5c52aba472c25b..e60a29d3a512bab4ac857ba3fb65ec056f63cc38 100644 --- a/component/Git Tools/Batch Creating Branch/index.sh +++ b/component/Git Tools/Batch Creating Branch/index.sh @@ -42,5 +42,5 @@ for PROJECT in ${PROJECTS[@]}; do cd .. done -cd ${SCRIPT_PATH} +cd "${SCRIPT_PATH}" echo -e "\n\n" \ No newline at end of file diff --git a/component/Git Tools/Batch Delete Remote Branch/index.sh b/component/Git Tools/Batch Delete Remote Branch/index.sh index 4a5cef933334db868fcf72c28f40d096d60e9a0d..cdac5663d54b0d478c8d396068ca4562db2c5ca4 100644 --- a/component/Git Tools/Batch Delete Remote Branch/index.sh +++ b/component/Git Tools/Batch Delete Remote Branch/index.sh @@ -84,5 +84,5 @@ for PROJECT in `ls`; do cd .. done -cd ${SCRIPT_PATH} +cd "${SCRIPT_PATH}" echo -e "\n\n" \ No newline at end of file diff --git a/component/Git Tools/Batch Push Repository/index.sh b/component/Git Tools/Batch Push Repository/index.sh index e20e3877b562839794b366c1ce3c083a71b44efd..14d9051286cfac53fc65c4eabd4c91a79b1a9681 100644 --- a/component/Git Tools/Batch Push Repository/index.sh +++ b/component/Git Tools/Batch Push Repository/index.sh @@ -45,5 +45,5 @@ for PROJECT in `ls`; do cd .. done -cd ${SCRIPT_PATH} +cd "${SCRIPT_PATH}" echo -e "\n\n" \ No newline at end of file diff --git a/component/Project Tools/Batch Modify Maven Version/index.sh b/component/Project Tools/Batch Modify Maven Version/index.sh index cc99171692fbd069af1f2ef3e5151185e6e2f24b..91c1c5b6547e78df5665c309c491a36d4064678a 100644 --- a/component/Project Tools/Batch Modify Maven Version/index.sh +++ b/component/Project Tools/Batch Modify Maven Version/index.sh @@ -50,5 +50,5 @@ for PROJECT in `ls`; do cd .. done -cd ${SCRIPT_PATH} +cd "${SCRIPT_PATH}" echo -e "\n\n" \ No newline at end of file