You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2018/04/01 06:22:45 UTC

[GitHub] awasum closed pull request #6: Fix pull-al.sh script

awasum closed pull request #6: Fix pull-al.sh script 
URL: https://github.com/apache/fineract-cn-demo-server/pull/6
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/scripts/Unix/pull-all.sh b/scripts/Unix/pull-all.sh
old mode 100755
new mode 100644
index 98cc254..7ed9621
--- a/scripts/Unix/pull-all.sh
+++ b/scripts/Unix/pull-all.sh
@@ -16,8 +16,8 @@ get_modules() {
 
 (
 cd core
-get_modules fineract-cn-lang fineract-cn-async fineract-cn-cassandra fineract-cn-mariadb fineract-cn-data-jpa \
-fineract-cn-command fineract-cn-api fineract-cn-test
+get_modules fineract-cn-lang fineract-cn-api fineract-cn-async fineract-cn-cassandra fineract-cn-mariadb fineract-cn-data-jpa \
+fineract-cn-command fineract-cn-test
 )
 
 (
@@ -44,4 +44,4 @@ git pull upstream develop
 sudo rm -rf node_modules
 npm i
 git push origin develop
-)
\ No newline at end of file
+)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services