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:24 UTC

[GitHub] awasum closed pull request #5: Fix initial build script to pull in the right order

awasum closed pull request #5: Fix initial build script to pull in the right order
URL: https://github.com/apache/fineract-cn-demo-server/pull/5
 
 
   

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/initial-setup.sh b/scripts/Unix/initial-setup.sh
index 0c51843..60d090b 100755
--- a/scripts/Unix/initial-setup.sh
+++ b/scripts/Unix/initial-setup.sh
@@ -19,7 +19,7 @@ get_modules() {
   done
 }
 
-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
 
 # Return to start folder
 cd ..
@@ -55,8 +55,8 @@ get_modules fineract-cn-service-starter fineract-cn-default-setup fineract-cn-de
 
 # REM initialize Web App
 git clone https://github.com/$githubAccount/fineract-cn-fims-web-app.git
-cd fims-web-app
+cd fineract-cn-fims-web-app
 git remote add upstream https://github.com/apache/fineract-cn-fims-web-app.git
 npm i
 
-cd ..
\ No newline at end of file
+cd ..


 

----------------------------------------------------------------
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